/* Add custom CSS styles below */ 
.first-banner .home-slider__content {
    align-items:start ;
}
.first-class .s-slider-swiper-wrapper{
    justify-content:center !important;
}
@media(max-width:768px){
    .bottom-banner .home-slider__content ,
    .first-banner:nth-of-type(1) .home-slider__content {
        margin-top:200px !important;
    }
    .bottom-banner .home-slider__content ,
    .first-banner:nth-of-type(1) .home-slider__content *{
       color:white !important;
    }
    section.s-block.s-block--banners .swiper-initialized {
        padding:0;
    }
}