#brands {
  margin-top: 54px;
  padding-top: 56px;
}

#brands .brands-inner {
  padding: 0 21px 61px 21px;
}

#brands .container {
  width: 1269px !important;
}

#brands h3 {
  margin: 0 auto 50px auto;
  font-size: 35px;
}

#brands a {
  margin-top: 45px;
  padding: 0 47px;
  height: 51px;
  line-height: 51px;
  font-size: 17px;
}

#brands .swiper-button-prev {
  left: -12px;
}

#brands .swiper-button-next {
  right: -11px;
  transform: scale(-1);
}

#brands .swiper-button-next,
#brands .swiper-button-prev {
  background-image: url('../../images/swiper-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 22.5px;
  top: calc(50% + 6px);
}
#brands .swiper-button-next::after,
#brands .swiper-button-prev::after {
    display: none;
}
@media screen and (max-width: 576px ) {
  #brands .swiper-slide img {
    max-width: 30vw;
  }
  #brands {
    margin-bottom:0;
    margin-top: 13px;
    padding-top: 61px;
    background: #fff;
  }
  #brands .brands-inner {
    padding: 21px 11px;
  }
  #brands h3 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: -2px;
  }
  #brands a {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    margin-top: 21px;
  }
}