.testimonial {
  text-align: center;
  flex-direction: column;
  gap: 16px;
}
.testimonial__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__icon {
  display: flex;
  justify-content: center;
  gap: 4px;
  color: rgba(var(--star-color));
}
.testimonial__icon svg {
  width: 16px;
  height: 16px;
}
.testimonial__text {
  color: rgba(var(--color-light-text));
}
