.slpb-page h1 {
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
}

.slpb-page h1 .slpb-hero-title-line,
.slpb-page h1 .slpb-hero-accent-line {
  display: block;
  white-space: nowrap;
}

.slpb-page h1 .slpb-hero-title-line {
  color: var(--slpb-navy);
}

.slpb-page h1 .slpb-hero-accent-line {
  color: var(--slpb-primary);
}

@media (max-width: 767px) {
  .slpb-page h1 {
    font-size: clamp(2.15rem, 11vw, 3.4rem);
  }
}
