@import '@/styles/responsive.scss';

.testimonialPage {
  position: relative;
  z-index: 100;
  margin: 0 auto;

  .testimonialCard {
    transition: transform 0.3s ease;
    /* Smooth transition effect when changing slides */
    margin: 0 auto;
    margin-left: 30px;
    border: 1px solid rgba(129, 201, 141, 0.21);
    border-radius: 30px;
    background: #fff;
    width: 300px;
    // max-width: 95%;
    height: auto;
  }
}

.testimonialText {
  font-size: 20px;

  @include laptop {
    font-size: 18px;
  }

  @include small-screen {
    font-size: 16px;
  }
}

.testimonialAuthor {
  @include small-screen {
    font-size: 15px;
  }
}
