.location-testimonial-section {
  padding: var(--section-space) 0;
  background: var(--white);
}

.testimonial-quote {
  font-size: clamp(1.2rem, 1.08rem + 0.45vw, 1.5rem);
  line-height: 1.6;
  color: var(--text);
}

.testimonial-author {
  margin-top: 1rem;
  color: var(--text);
}

.site-main > .location-testimonial-section + :not(.hero) {
  margin-top: 0;
}

.site-main > .testimonial-section.location-testimonial-section:last-child {
  margin-bottom: 0;
}

.location-testimonial-heading {
  text-align: center;
  margin-bottom: 0;
}

.location-testimonial-heading h2 {
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.location-testimonial-card {
  background: rgba(153, 138, 92, 0.9);
  color: var(--white);
}

.location-testimonial-card::before,
.location-testimonial-card::after {
  background: rgba(255, 255, 255, 0.7);
}

.location-testimonial-card p,
.location-testimonial-card em,
.location-testimonial-quote,
.location-testimonial-author {
  color: var(--white);
}

.location-testimonial-quote {
  max-width: 60rem;
}

.location-testimonial-author,
.location-testimonial-name,
.location-testimonial-role {
  color: var(--text);
}

@media (max-width: 61.25rem) {
  .location-testimonial-section {
    padding-top: var(--section-space);
  }
}
