@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  .section .container{
    padding:0;
    margin:0 1rem;
  }
  .section-banner .swiper-slide {
    flex-direction: column;
    margin:1rem;
  }
  .section-banner .swiper-slide .desc{
    width:80%;
  }
  .section-banner .swiper-slide h3{
    white-space: nowrap;
  }
  .product-list .product-items{
    width:46%;
  }
}
