#brands .brands-inner {
  padding: 51px 0 50px 0;
}

#brands .container {
  padding: 0;
}

#brands .title {
  margin: 0 auto 63px auto;
  font-size: 55px;
}

#brands a {
  margin-top: 71px;
  padding: 0 35px;
  height: 67px;
  line-height: 67px;
  font-size: 25px;
  background-color: var(--red);
}

#brands .swiper-wrapper {
    transition-timing-function: linear !important;
}

#brands .swiper {
  padding:0 30px;
}

#brands img {
  width: auto;
  height: auto;
  max-height:65px;
}

@media screen and (max-width: 576px ) {
  #brands .swiper-slide img {
    max-height: 35px;
  }
  #brands {
    margin-bottom:0;
    margin-top: 55px;
  }
  #brands .title {
    font-size: 41px;
    line-height: 43px;
    max-width: 350px;
    margin: 0 auto 43px auto;
  }
  #brands .brands-inner {
    padding-top: 30px;
  }
  #brands a {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    margin-top: 48px;
  }
}