/* =====================================================
   About Page – ChartedNurse
   Visually aligned with Legal pages
   ===================================================== */

.about-page {
  max-width: 760px;
  margin: 3.5rem auto;
  padding: 2rem 2.25rem;

  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(10, 45, 100, 0.06);

  font-size: 1rem;
  line-height: 1.75;
  color: #2b2b2b;
}
.image-container {
  text-align: center;
}
img {
  width: 350px;
}

/* Headings */

.about-page h1 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #0a2d64;
  margin-bottom: 1rem;
  text-align: center;
}

.about-page h2 {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0a2d64;
}

/* Lead paragraph */

.about-lead {
  font-size: 1.05rem;
  color: #374151;
  text-align: center;
  margin-bottom: 2.5rem;
}

/* Section separation */

.about-page section + section {
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

/* Mobile – iPhone 390px */

@media (max-width: 420px) {
  .about-page {
    margin: 1.5rem 0.75rem;
    padding: 1.5rem 1.25rem;

    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(10, 45, 100, 0.06);

    font-size: 0.95rem;
    line-height: 1.8;
  }

  .about-page h1 {
    font-size: 1.65rem;
  }

  .about-page h2 {
    font-size: 1.15rem;
  }

  .about-lead {
    font-size: 1rem;
  }
}
