.card-testimonial {
  padding: 30px 20px;
  width: 100%;
  text-align: center;
  color: #2d2d2d;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
@media only screen and (max-width: 767px) {
  .card-testimonial {
    padding: 20px 15px;
  }
}
.card-testimonial p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .card-testimonial p {
    margin-bottom: 15px;
  }
}
.card-testimonial__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fd961e;
}
@media only screen and (max-width: 991px) {
  .card-testimonial__rating {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-testimonial__rating {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .card-testimonial__rating {
    font-size: 14px;
  }
}
