.section-header {
  max-width: 720px;
  margin: 60px 0;
}

.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header__subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 14px;
}

.section-header__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.section-header__lead {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.8;
}