  .section-our-pratners {
      background: #393333;
      padding: 3rem 0rem;
  }

  .section-our-pratners__title {
      color: #ffc24b;
      font-family: 'RadiateSans';
      font-size: 2.5rem;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
  }

  .section-our-pratners .swiper-container {
      padding: 2rem 0rem;
      max-width: 1320px;
      width: 90vw;
  }

  .swiper-pagination-partners {
      font-family: 'Century Gothic';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 140%;
      color: #cccccc;
      bottom: 10px;
      transform: translateX(0);
  }

  .swiper-pagination-current {
      color: #ffc24b;
  }

  .swiper-button-next-partners {
      bottom: 10px;
      left: calc(50% + 3rem);
      position: absolute;
      z-index: 11;
  }

  .swiper-button-prev-partners {
      bottom: 15px;
      right: calc(50% + 3rem);
      transform: rotate(180deg);
      position: absolute;
      z-index: 11;
  }

  .swiper-button-next-partners:after,
  .swiper-button-prev-partners:after {
      content: url('https://gusarov-group.by/wp-content/themes/Gusarov/assets/images/sections/our-achievements/arrow-right-gold.png');
  }

  .section-our-pratners .swiper-wrapper .swiper-slide img {
      width: 100%;
  }

  @media screen and (max-width: 575px) {
      .section-our-pratners__title {
          font-size: 2rem;
      }
  }