.aboutPage {
  background: #f5f5f5;
  color: var(--dark);
}

.aboutPage p,
.aboutPage li,
.aboutPage a,
.aboutPage span {
  font-family: Arial, Helvetica, sans-serif;
}

.about-editorial {
  max-width: 1120px;
  margin: 0 auto;
  padding: 7.5rem 2.5rem 4.5rem;
}

.about-hero {
  max-width: 760px;
  margin-bottom: 5rem;
}

.about-eyebrow {
  margin: 0 0 1rem;
  color: var(--nameRed);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-title,
.about-kicker,
.about-card h2 {
  font-family: "Roboto Slab", Georgia, serif;
}

.about-title {
  margin: 0;
  color: var(--dark);
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
}

.about-lede {
  max-width: 680px;
  margin: 1.4rem 0 0;
  color: rgba(35, 35, 35, 0.86);
  font-size: 1.24rem;
  line-height: 1.6;
}

.about-summary {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: rgba(35, 35, 35, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.about-section {
  margin-top: 4rem;
}

.about-section:first-of-type {
  margin-top: 0;
}

.about-kicker {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: rgba(35, 35, 35, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-kicker::before,
.about-kicker::after {
  content: "";
  border-bottom: 1px solid rgba(11, 49, 66, 0.2);
}

.about-kicker::before {
  flex: 0 0 32px;
}

.about-kicker::after {
  flex: 1;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-card {
  padding: 1.5rem 1.55rem;
  border: 1px solid rgba(11, 49, 66, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-sizing: border-box;
}

.about-card--wide {
  max-width: none;
}

.about-card h2 {
  margin: 0 0 0.8rem;
  color: var(--dark);
  font-size: 1.28rem;
  line-height: 1.2;
}

.about-card p {
  margin: 0 0 1rem;
  color: rgba(35, 35, 35, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.about-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(35, 35, 35, 0.78);
}

.about-list li {
  margin: 0.5rem 0;
  line-height: 1.6;
}

.about-card a {
  color: var(--nameRed);
  text-decoration: none;
}

.about-card a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .about-editorial {
    padding: 6.25rem 0.95rem 3.25rem;
  }

  .about-section {
    margin-top: 3rem;
  }

  .about-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    gap: 0.6rem;
  }

  .about-kicker::before {
    flex-basis: 24px;
  }

  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .about-card {
    padding: 1.1rem 1rem;
    border-radius: 22px;
  }

  .about-card h2 {
    font-size: 1.08rem;
  }

  .about-card p,
  .about-list li {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
