/* Owl Carousel custom style */
.owl-carousel .owl-item {
    padding: 10px;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 200px !important;
    border-radius: 20px; 
    object-fit: cover;
    display: block;
}

@media (max-width: 1920px) and (min-width: 1440px) {
    .owl-carousel .owl-item img {
        height: 150px !important;
    }
}


@media (max-width: 1360px) and (min-width: 1200px) {
    .owl-carousel .owl-item img {
        height: 200px !important;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .owl-carousel .owl-item img {
        height: 170px !important;
    }
}

@media (max-width: 1024px) and (min-width: 990px) {
    .owl-carousel .owl-item img {
        height: 150px !important;
    }
}

@media (max-width: 990px) and (min-width: 767px) {
    .owl-carousel .owl-item img {
        height: 170px !important;
    }
}

@media (max-width: 767px) and (min-width: 650px) {
    .owl-carousel .owl-item img {
        height: 250px !important;
    }
}

@media (max-width: 590px) and (min-width: 500px) {
    .owl-carousel .owl-item img {
        height: 170px !important;
    }
}

@media (max-width: 500px) and (min-width: 320px) {
    .owl-carousel .owl-item img {
        height: 250px !important;
    }
}