/* Amiri needs deliberate leading in stacked display headlines. */
.analytics-head h2,
.final-cta h2,
.compare-heading h2,
.tour-intro h2,
.statement h2,
.story-copy h2,
.collections-copy h2,
.identity-copy h2,
.roles h2,
.trust h2 {
  line-height: 1.3;
  letter-spacing: 0;
}

.analytics-head h2,
.final-cta h2 {
  margin-block: 0.55rem 1.2rem;
}

@media (max-width: 760px) {
  .analytics-head h2,
  .final-cta h2,
  .compare-heading h2,
  .tour-intro h2,
  .statement h2,
  .story-copy h2,
  .collections-copy h2,
  .identity-copy h2,
  .roles h2,
  .trust h2 {
    line-height: 1.35;
  }
}
