.swiper {
  width: 100%;
  /* height: 300px; */
}
.testimonial-slider-container {
  * {
    padding: 0;
    margin: 0;
  }
  .testimonial-slide {
    background: #c9c9c9;
    border-radius: 10px;
    height: fit-content !important;
    background: #ffffff;
    box-shadow: 0px 28.93px 61.56px 0px #15151526;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 35px;
    padding-left: 25px;

    &::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/quotes.svg);
      background-position: 90% 90%;
      background-repeat: no-repeat;
      background-size: auto;
      opacity: 10%;
    }

    p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #000000;

      margin-bottom: 30px;
    }

    strong {
      font-weight: 800;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #000000;
    }
  }
  .stars {
    font-size: 1.2rem;
    color: gold;
  }
}
