@charset "UTF-8";
.testimonials .col {
  margin-bottom: 1.5rem;
}
.testimonials .item {
  overflow: hidden;
  border: medium none;
  padding: 2.5rem 1.25rem 3rem;
  position: relative;
  z-index: 1;
  border-radius: 1.3rem;
  color: #000211;
}
.testimonials .item .stars, .testimonials .item .one-star {
  --percent: calc(4.5 / 5 * 100%);
  margin: 0 auto 0.625rem;
  display: inline-block;
  font-size: 30px;
  font-family: Times, serif;
  line-height: 1;
}
.testimonials .item .stars::before, .testimonials .item .one-star::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #f6ae41 var(--percent), hsl(240, 11%, 89%) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials .item .stars.five-rating, .testimonials .item .one-star.five-rating {
  --percent: 100%;
}
.testimonials .item .stars.four-rating, .testimonials .item .one-star.four-rating {
  --percent: calc(4 / 5 * 100%);
}
.testimonials .item .fas {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 auto 1.25rem;
  vertical-align: middle;
}
.testimonials .item .fas img {
  height: 5rem;
  width: 5rem;
}