.usecases__customer-testimonials-top-bar {
  margin: 0 30px;

  .inner {
    border-top: 6px solid #FBDC44;
    margin: 0 auto;
    max-width: 1140px;
  }

  @media screen and (max-width: 991px) {
    margin: 0 15px;
  }
}

.usecases__customer-testimonials {
  margin: 0 30px;

  .glider-contain {
    width: calc(100% - 60px);
  }

  .glider-contain button.disabled {
    display: none;
  }

  .glider-contain button {
    width: 22px;
    height: 67px;
}

.container {
    padding: 30px 0 80px 0;
    margin: 0 auto;
    max-width: 1140px;

    h4 {
      font-family: "Roboto";
      font-size: 24px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: var(--pd-black);
      margin: 0 0 60px 0;
    }
    .testimonials__wrapper {
      .single__testimonial {
        h5 {
          font-family: "europa";
          font-size: 18px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.22;
          letter-spacing: normal;
          text-align: center;
          color: var(--pd-black);
          margin: 0 0 9px 0;
        }
        .testimonial__description {
          position: relative;
          display: block;
          margin: 0 auto 20px auto;
          max-width: 555px;
          p {
            font-family: "europa";
            font-size: 16px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: center;
            color: var(--pd-black);
            margin: 0;
          }
        }
        h6 {
          font-family: "europa";
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: var(--pd-black);
          margin: 0 0 9px 0;
          &:last-child {
            margin: 0;
          }
        }
      }
    }

    .view__all-reviews {
      display: block;
      text-align: center;
      margin-top: 20px;
      a {
        font-family: "europa";
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: var(--pd-black);
        margin: 20px 0 0 0;
        text-decoration: none;
        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
  @media screen and (max-width: 991px) {
    margin: 0;
    .single__testimonial {
      padding: 0 30px;
    }
  }
}
