/* Ajuste solicitado: seção de avaliações mais compacta. */
.home-hero .eyebrow {
  color: #ffb700;
}

.course-card__number {
  color: #ffb700;
}

.document-card__title {
  display: block;
  min-height: 2.5em;
  margin-bottom: 9px;
  color: #ffb700;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-reviews {
  padding-block: 24px;
}

.google-review-card {
  width: 100%;
  max-width: 430px;
  justify-self: end;
  gap: 8px;
  padding: 12px;
}

.google-review-card strong,
.google-review-card small {
  line-height: 1.25;
}

@media (max-width: 699px) {
  .home-reviews {
    padding-block: 26px;
  }

  .google-review-card {
    max-width: none;
    justify-self: stretch;
  }

  .segment-card__icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}
