.featured-case__item .featured-case__img{
    object-fit: cover;
    width: auto;
    height: 305px;
}
.news-insights__item-content h3{
    font-size: 4.2rem;
}
@media (min-width: 991.98px) {
    .blog__item .blog__img,
    .news-insights__item .news-insights__img{
        object-fit: cover;
        width: auto;
        height: 415px;
    }   
}