section { position: relative; }
.section { padding: 102px 0; }
.section-soft { background: var(--lavender-pale); }

.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading h2,
.about-copy h2,
.offer h2,
.contacts h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 820;
}
.section-heading p { font-size: 18px; color: var(--muted); max-width: 700px; }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
  gap: 76px;
  align-items: center;
}
.about-copy p { color: var(--muted); font-size: 17px; }

