.home-testimonials {
  padding-top: 90px;
  overflow: hidden;
  position: relative;
}
.testimonials-list {
  margin-bottom: -300px;
}
.home-testimonials::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(248, 243, 236, 0) 0%,
    #f8f3ec 100%
  );
  width: 100%;
  height: 360px;
}
.home-testimonials-heading img {
  max-height: 22px;
  object-fit: contain;
  vertical-align: middle;
  width: max-content;
}
.home-testimonials-heading {
  margin-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.testimonials-list__item {
  padding: 40px 50px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #d6d1cc;
  background: white;
}
.testimonials-list__item .paragraph__24 {
  margin-bottom: 75px;
  /* font-size: 24px; */
  font-size: clamp(18px, 1.25vw, 24px);
  /* line-height: 34px; */
  line-height: 1.5;
  color: #333833;
}
.testimonials-list__item-person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.name {
  font-size: 20px;
  font-weight: 500;
}
.testimonials-list__item-person img {
  max-width: 60px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.testimonial-verified span {
  font-size: 14px;
  font-weight: 400;
  color: #655750;
}
.testimonial-verified {
  display: flex;
  align-items: center;
  gap: 5px;
}
.stars-wrapper {
  display: flex;
}
.fresha-link {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  z-index: 9;
  color: #a28c78;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.32px;
  border: 1px solid #a28c78;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .testimonials-list {
    margin-bottom: 0px;
  }
  .testimonials-list .slick-track {
    display: flex;
  }
  .testimonials-list .slick-track > div {
    height: inherit;
    margin-left: 10px;
    margin-right: 10px;
  }
  .testimonials-list--right {
    display: none !important;
  }
  .fresha-link {
    position: unset;
    transform: unset;
    width: max-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .home-testimonials {
    padding-bottom: 100px;
  }
  .home-testimonials::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-list .slick-track > div {
    padding: 25px;
  }
  .home-testimonials {
    padding-bottom: 50px;
  }
}
