.about-section {
  padding: 5rem 4rem;
  max-width: 860px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

.about-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.about-section h2 em {
  font-style: italic;
  color: var(--gold);
}

.about-body {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
}
.about-body p {
  margin-bottom: 1em;
}
.about-body p:last-child {
  margin-bottom: 0;
}

.about-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 3rem 0 !important;
}

@media (max-width: 900px) {
  .about-section {
    padding: 4rem 1.5rem;
  }
}
