/* ==========================================================================
   The hospitals page
   Its own address for the medical provider directory, so the menu can link to
   a page instead of an anchor half-way down the front page. Everything below
   the page heading is the same directory the front page shows.
   ========================================================================== */

.hospitals-page-head {
  padding: 2.1rem 0 0.2rem;
  text-align: center;
}

.hospitals-page-head h1 {
  margin: 0 0 0.6rem;
  color: var(--primary-navy, #123524);
  font-size: clamp(1.6rem, 3.6vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.hospitals-page-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #55665c;
  font-size: clamp(0.9rem, 1.5vw, 1.03rem);
  line-height: 1.6;
}

.hospitals-page .provider-directory-section {
  padding-top: 0.6rem;
}

body[data-mobile="true"] .hospitals-page-head {
  padding: 1.2rem 0 0;
}

body[data-mobile="true"] .hospitals-page-head h1 {
  font-size: 1.45rem;
}

body[data-mobile="true"] .hospitals-page-head p {
  font-size: 0.85rem;
}
