


.brands-module .section-head {
  margin-bottom: 48px;
}

.brands-module h2 {
  font-size: 32px;
}
.brands-module .module-bg {
  border-radius: 0 100px 0 100px;
}

.brands-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -48px -24px 0;
}
.brands-wrap .item-brand {
  width: 33.33%;
  padding: 48px 24px 0;
}
.brands-wrap .item-brand  img {
  display: block;
  max-width: 100% !important;
  height: auto !important'
}

@media (max-width: 1299px) {
  .brands-wrap {
    margin: -32px -16px 0;
  }
  .brands-wrap .item-brand {
    padding: 32px 16px 0;
  }
}
@media (max-width: 991px) {
  .brands-wrap {
    margin: -24px -12px 0;
  }
  .brands-wrap .item-brand {
    padding: 24px 12px 0;
  }
  .brands-module .section-head {
    margin-bottom: 40px;
  }
  .brands-module h2 {
    font-size: 24px;
  }
  .brands-module .module-bg {
    border-radius: 0 70px;
  }
}
@media (max-width: 599px) {
  .brands-wrap .item-brand {
    width: 50%;
  }
}
@media (max-width: 413px) {
  .brands-wrap .item-brand {
    width: 100%;
  }
}