.faq-title,
.faq-section-title,
.faq-card__title {
  font-family: Alike, serif;
  font-weight: bold;
  color: rgb(80, 34, 11);
}

.faq-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.faq-intro__content {
  max-width: 800px;
}

.faq-text {
  font-family: Alike, serif;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
}

.faq-cta-button {
  font-family: Alike, serif;
  background: var(--site-brown);
  color: var(--site-cream);
  padding: 0.6rem 1rem;
  display: inline-block;
}

.faq-cta-button:hover,
.faq-cta-button:focus,
.faq-cta-button:active {
  background: var(--site-brown);
  color: var(--site-cream);
}

.faq-card {
  height: 100%;
}

.faq-card__title {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.faq-card .faq-cta-button {
  margin-top: 0.25rem;
}