/* Add custom CSS styles below */ 

@media (max-width:768px){
.special_category_area {
   height: 1200px;
}
p.sub-text {
    text-align: center;
}
.store-footer__inner * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}
/***********/
.moved_banner  .image-content , .moved_banner  .text-content > div:nth-of-type(1){
    display: none;
}
.moved_banner  .banner-item {
    justify-content: center;
}
.moved_banner  .text-content > div:nth-of-type(2) {
    align-items: center;
}
.moved_banner .swiper-slide-active .text-content {
    justify-content: center;
}
@media (min-width:991px){
.moved_banner  .swiper.s-slider-container{
height: 339px;
}
.special_category_area {
    display: flex;
}
}