/* About Me2You - page-specific styles.
   Static inline styles lifted into semantic classes. Values reference
   canonical tokens; the 16px card radius is kept verbatim to preserve the
   exact original look (sits between --radius-md and --radius-lg). */

.about {
  max-width: 720px;
}

.about__title {
  font-size: 28px;
}

.about__mission {
  border-color: var(--brand-orange) !important;
  border-width: 4px !important;
}

.about__mission-quote {
  font-size: 18px;
}

.about__heading {
  font-size: 20px;
}

.about__safety-card {
  border-radius: 16px;
}

.about__safety-icon {
  font-size: 28px;
  color: var(--brand-orange);
}

.about__safety-title {
  font-size: 16px;
}

.about__address {
  font-style: normal;
}
