@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

.about-us-brands-section {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

.about-us-brands__heading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .about-us-brands__heading {
    font-size: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .about-us-brands__heading {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .about-us-brands__heading {
    line-height: calc(2.08333333vw + 24px);
  }
}

@media (min-width: 1440px) {
  .about-us-brands__heading {
    line-height: 54px;
  }
}

.logo-container {
  max-width: 100vw !important;
}

.logo-scroller {
  overflow: hidden;
  width: calc(1860px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-scroller .client-logo-img {
  width: 1860px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.client-img {
  height: 345px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1130px);
            transform: translateX(-1130px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1130px);
            transform: translateX(-1130px);
  }
}

@media (min-width: 1024px) {
  .about-us-brands__heading {
    margin-bottom: 80px;
  }
  .about-us-brands-section {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
