.testimonial-wrapper {
  border-radius: 12px;
  background-color: #EBFAFF;
  border: 1px solid #E0DCDC;
  position: relative;
  padding: 24px 16px;
}
.testimonial-wrapper::after {
  content: url(../images/icons/testi-double-quote.svg);
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 1;
}
.testimonial-wrapper .tw-content-box {
  position: relative;
  z-index: 2;
  gap: 20px;
}
.testimonial-wrapper .tw-content-box .twc-image {
  min-width: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  height: 100%;
}
.testimonial-wrapper .tw-content-box .twc-text {
  width: 100%;
}
.testimonial-wrapper .tw-content-box .twc-text .twct-head {
  margin-bottom: 20px;
}
.testimonial-wrapper .tw-content-box .twc-text .twct-head .stars {
  margin-bottom: 12px;
}
.testimonial-wrapper .tw-content-box .twc-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from h4,
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from h5,
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
  margin-top: 0;
}
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from h4 a,
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from h5 a,
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from h5 a {
  color: #1a4cff;
  text-decoration: underline;
}
.testimonial-wrapper .tw-content-box .twc-text .testimonial-from span {
  font-size: 16px;
  line-height: 24px;
  color: #646464;
}

@media (min-width: 768px) {
  .testimonial-wrapper {
    padding: 40px;
  }
  .testimonial-wrapper .tw-content-box {
    gap: 40px;
  }
  .testimonial-wrapper .tw-content-box .twc-text .twct-head {
    margin-bottom: 32px;
  }
  .testimonial-wrapper .tw-content-box .twc-text .twct-head .stars {
    margin-bottom: 0;
  }
  .testimonial-wrapper .tw-content-box .twc-text .twct-head span {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
  }
  .testimonial-wrapper .tw-content-box .twc-text .twct-box p {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .testimonial-wrapper .tw-content-box .twc-text .twct-box p {
    font-size: 24px;
    line-height: 32px;
  }
}
