/* .blue-featured */
.blue-featured { position: relative;}
.blue-featured .text-content { justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%;}
.blue-featured .text-content h2 ,
.blue-featured .text-content h2 strong { font-size: 3.75rem; line-height: 4rem;}
.blue-featured .text-content h2 { margin-bottom: 2rem;}
.blue-featured .text-content p { font-size: 1.1rem;}
.blue-featured .text-content p:last-child { margin-bottom: 0;}
.blue-featured .image-content { height: 650px;}
.blue-featured .image-content img { width: 100%; height: 100%; object-fit: cover;}

@media (max-width: 1023px){
    .blue-featured .image-content { height: 100vh;}
}
@media (max-width: 767px){
    .blue-featured .text-content h2 ,
    .blue-featured .text-content h2 strong { font-size: 3rem; line-height: 3.5rem;}
}