/* Shared size for the primary heading on every NTX Systems page. */
h1,
.page-heading {
  font-size: clamp(2.65rem, 4vw, 4rem) !important;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

@media (max-width: 520px) {
  h1,
  .page-heading {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
  }
}
