/* Add custom CSS styles below */ 
@media(min-width:768px){
section.NG-hero-section-0 .wrapper{ 
    top:40%;
    left:20px;
    right:auto;
    width:600px;
    align-items:center;
    text-align:center;
}
}
@media(max-width:768px){
    section.NG-hero-section-0 .wrapper{ 
    top:30%;
    left:0px;
    right:auto;
}
    section.NG-hero-section-0   .subtext-bottom{
       left:0px;
       right:auto ; 
        width:236px;
        padding-left:20px;
    }
}
#categories-slider-1 .swiper-wrapper{
    justify-content:center;
}