@media (max-width: 600px) {
    body.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md {
        object-fit: cover !important;
        height: 9em;
width:100% !important;
max-width:100%!important;
    }
}
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0 !important;
}