.about-review__stars {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.about-review__quote {
  font-style: italic;
  font-weight: 500;
  color: rgb(var(--color-foreground-title));
  line-height: 1.6;
  margin: 0 0 12px;
}

.about-review__author {
  font-size: 13px;
  color: rgb(var(--color-foreground-secondary));
  opacity: 0.7;
}

@media (max-width: 749px) {
  .about-review__quote {
    font-size: 16px !important;
  }
}