.featured-nav-card-image {
	position: relative;
    margin-bottom: 12px;
}
.featured-nav-card-image img {
	border-radius: 4px;
}
.featured_nav_notch {
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.featured-nav-card h5 {
	color:  #092F5D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	margin-bottom: 0 !important;
	letter-spacing: 0;;
}
.featured-nav-card:hover h5 {
    color: #0072e3;
}