/* Long-form sections use an editorial title-and-copy split on desktop. */
.section {
  align-items: start;
  gap: clamp(3rem, 8vw, 10rem);
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
}

.section-heading h2 {
  max-width: 750px;
}

.section .body-copy {
  margin-left: 0;
  max-width: 690px;
  padding-top: 4.2rem;
  width: 100%;
}

@media (max-width: 900px) {
  .section {
    grid-template-columns: 1fr;
  }

  .section .body-copy {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
}
