@media only screen and (max-width: 768px){
    .swiper .swiper-slide img {
        height: auto;
    }
    .swiper .swiper-slide {
        height: auto;
    }
    .swiper.mySwiper {
        margin-bottom: 20px;
    }
    section#home_category_products .elementor-column.elementor-top-column:last-child {
        margin-top: 20px;
    }
    section#home_category_products {
        margin: 0;
    }
}