.dict-section h2 + p,
.dict-card p,
.tech-grid p,
.pillar-map p,
.process-card p {
  color: var(--color-muted);
}

.dict-section h3 {
  margin-bottom: 8px;
}

.dict-section--summary {
  max-width: 920px;
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(2.15rem, 14vw, 3.4rem);
  }

  h2 {
    font-size: 1.72rem;
  }

  .dict-hero__overlay {
    padding-bottom: 54px;
  }
}
