/* ===== Testimonial ===== */
.testimonial {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.testimonial-quote-mark {
  font-size: 120px;
  line-height: 0.5;
  color: var(--border);
  font-family: Georgia, serif;
  margin-bottom: 16px;
}

.testimonial blockquote p {
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 56px;
}

.testimonial-attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 700;
  font-size: 16px;
}

.testimonial-role {
  font-size: 14px;
  color: var(--grey-text);
}
