/* Scope: body.gf-page-about-single only */
body.gf-page-about-single .page-banner__title {
  font-family: var(--font-display), sans-serif;
  letter-spacing: -0.04em;
}

body.gf-page-about-single .gf-breadcrumbs {
  background: #fff;
}

@media (max-width: 768px) {
  body.gf-page-about-single .page-banner__title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
}
