.section { padding: 96px 40px; }

.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: lowercase;
  color: rgba(245,245,245,.55);
  margin: 0 0 6px;
}
.section-heading {
  font-weight: 900;
  font-size: clamp(42px, 5.5vw, 80px);
  letter-spacing: -.04em;
  line-height: .92;
  text-transform: uppercase;
  margin: 0;
}
.divider {
  height: 1px;
  margin: 0 40px;
  background: linear-gradient(to right, transparent, rgba(245,245,245,.08), transparent);
}
