section.testimonials-section {
  margin: 3em 0;
  .small-heading {
    .heading {
      font-size: 22px;
      font-weight: 600;
      line-height: 27px;
      color: #d8d8d8;
      text-transform: uppercase;
      margin: 0;
    }
  }
  .large-heading {
    .heading {
      font-size: 38px;
      line-height: 46px;
    }
  }
  .speech-marks {
    @include large-devices() {
      margin-right: 3em;
    }
    svg {
      width: 100%;
      height: auto;
      path {
        opacity: 7%;
      }
    }
  }
  .testimonials-list {
    padding-bottom: 1em;
    margin-top: -6em;

    @include medium-devices() {
      margin-top: -3em;
    }
    @include extra-large-devices() {
      margin-top: calc(-8% - -3em);
    }
    .slick-slide {
      margin-right: 1em;
      margin-left: 1em;
      padding: 1em 0;
    }
    .testimonial-item {
      padding: 1.5em;
      background: #ffffff;
      box-shadow: 1px 4px 20px rgb(0 0 0 / 15%);
      .testimonial-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 1em auto;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
      }
      .testimonial-name {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
      }
    }
  }
}
