@media (max-width:1024px)
{
    .featured_image{
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 375px)
{
    .featured_image{
        width: 100%;
        height: 300px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 88%;
        -webkit-transform-style: preserve-3d;
        object-fit: cover;
        object-position: top center;
    }
}