.intro h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
}

.keep-together {
  white-space: nowrap;
}

.scope-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .keep-together,
  .scope-title {
    white-space: normal;
  }
}
