section.client-logos {
  margin: 2em 0 3em 0;
  .client-logo-list {
    .slick-list {
      padding: 1em 50px 1em 50px !important;
      @include large-devices() {
        padding: 1em 0 !important;
      }

      .slick-slide {
        margin-right: 1em;
        margin-left: 1em;

        &:last-child {
          margin-right: 0;
        }
      }
    }
    .client-logo-item {
      .client-logo-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-height: 150px;
        padding: 2em;
        background: #ffffff;
        box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        a {
          display: block;
          height: 100%;
          width: 100%;
        }
        .image-container {
          height: 100%;
          .client-logo {
            object-fit: contain;
            object-position: center center;
            height: 45px;
            width: 100%;
          }
        }
      }
    }
  }
  .slider-buttons {
    display: none;
    @include large-devices() {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .arrow {
      display: inline;
      cursor: pointer;
      &.left-arrow {
        margin-right: 15px;
      }
    }
  }
}
