@media only screen and (max-width: 992px) {
  .brand-group .title {
    margin: 0 auto 5%;
  }
}
@media only screen and (min-width: 993px) {
  .brand-group .title {
    margin: 0 auto 2%;
  }
  .brand-group .tab swiper-container::part(wrapper) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand-group .tab swiper-slide {
    width: 15% !important;
  }
  .gift-box swiper-container::part(wrapper) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}