/* Match the Home hero title's regular weight. */
.archive-intro h1,
.archive-intro h1 em,
.services-hero h1 {
  font-weight: 400;
}

/* Keep Services section titles distinct from the main page title. */
.services-heading h2,
.build-line-intro h2,
.services-cta h2 {
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.offering h3 {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.05em;
}

.services-heading .section-description {
  max-width: 360px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
