.project-overlay-page .story-heading h2 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(48px, 8vw, 132px);
  line-height: 1.02;
  letter-spacing: -.055em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.project-overlay-page .story-heading.layout-full h2 {
  width: min(88%, 1500px);
}

.project-overlay-page .story-text h3,
.project-overlay-page .story-copy h4 {
  line-height: 1.12;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.project-overlay-page .story-copy {
  overflow-wrap: break-word;
}

@media (max-width: 700px) {
  .project-overlay-page .story-heading h2 {
    font-size: clamp(42px, 14vw, 72px);
    line-height: 1.06;
    letter-spacing: -.045em;
  }

  .project-overlay-page .story-heading.layout-full h2 {
    width: calc(100% - 36px);
  }
}
