.brand-section {
  padding: 64px 0;
}

.brand-section h2 {
  margin-bottom: 48px;
}

.brand-section .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

@media screen and (max-width: 767px) {
  .brand-section {
    padding: 48px 0;
  }

  .brand-section .swiper-slide {
    max-width: 115px;
  }

  .brand-section h2 {
    margin-bottom: 32px;
  }
}