section{
  margin-bottom:30px;
}
@media(min-width:768px){
  .NG-hero-section-0 .wrapper {
    left:0;
    right:auto;
    width:600px;
    top:30%;
  } 
  .NG-hero-section-0 .wrapper h1{
    width:350px;
  }
}
#categories-slider-1 .s-slider-swiper-wrapper{
  justify-content:center;
}
@media(max-width:768px){
  .NG-hero-section-0 .wrapper {
  left:auto;
  right:45%;
  width:600px;
  top:30%;
} 
.NG-hero-section-0 .wrapper h1{
  width:200px;
}
}