/* Add custom CSS styles below */ 
.grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-block--main-slider .swiper-slide {
    height: 188px;
}
@media (min-width: 1024px) {
    .s-block--main-slider .swiper-slide {
        height: 700px;
    }
}