/* ============================================================
   SECTION: TESTIMONIALS
   Targets: #section-testimonials
   Individual quotes: #quote-1 through #quote-5
   To add a quote: copy a .quote block in index.html, increment the ID
   ============================================================ */

.testimonials {
  padding: var(--space-lg) 0 var(--space-xs);
}

.testimonials h2 {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 32px;
  letter-spacing: -.02em;
}

/* Individual quote block */
.quote {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-gray-light);
}

.quote:last-child { border-bottom: none; }

/* Quote body text */
.quote-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-black);
  font-weight: 400;
  margin-bottom: 10px;
}

.quote-text::before { content: '\201C'; } /* " */
.quote-text::after  { content: '\201D'; } /* " */

/* Attribution */
.quote-who {
  font-size: 12px;
  color: var(--color-gray-label);
  font-weight: 400;
  line-height: 1.4;
}
