.logos-slider {
  position: relative;
  margin: 75px 0 75px;
  padding: 0 $half-gutter;

  @include sm {
    margin: 30px auto;
  }

  &__divider {
    display: none;
    width: 1px;
    height: 0px;
    background-color: $gray-border;
    position: absolute;
    top: -182px;
    left: calc(50% - 1px);
  }

  &__wrapper {
    width: 100%;
    max-width: $max-width;
    padding: 0 $half-gutter;
    margin: auto;
  }

  &__header {
    text-align: center;
    margin: auto;
    max-width: 680px;
    margin-bottom: 40px;

    @include sm {
      margin-bottom: 32px;
    }

    h2 {
      margin: 0;
      color: $primary-color;
    }
  }

  .swiper-wrapper {
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .swiper__navigation {
    margin-top: 24px;
  }

  &__logos--desktop {
    @include sm {
      display: none;
    }
  }

  &__logos--mobile {
    display: none;

    @include sm {
      display: block;
    }
  }

  &__logos-row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
  }

  &__logo {
    width: 100%;
    max-width: 290px;
    margin: 0 8px;
    text-align: center;

    @include sm {
      margin-bottom: 16px;
    }

    img {
      object-fit: contain;
      height: 100%;
    }
  }

  &__logo-image {
    height: 150px;
    width: 100%;
    padding: 30px;
  }

  &__logo-caption {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #7B828F;
  }
}
