.about-page h2 {
  text-align: center;
}
.about-page .about-hero-copy {
  max-width: 550px;
}
.about-page .about-intro {
  background-color: #f0e9e0;
  padding: 70px 0;
}
.about-page .about-intro p {
  font-family: Inter, "Inter", inter, inter-variable, open-sans, "Lato", lato, "Helvetica Neue", "Helvetica", helvetica, sans-serif;
  font-size: 18px;
  color: #282829;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.about-page .about-overview {
  background-color: #fff;
  padding: 70px 0;
}
.about-page .about-overview .about-block {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}
.about-page .about-overview .about-block:last-child {
  margin-bottom: 0;
}
.about-page .about-links {
  background-color: #f0e9e0;
  padding: 70px 0;
}
.about-page .about-links .outline-card {
  max-width: 420px;
}
.about-page .about-links .outline-card .loft-btn {
  margin-top: 20px;
}
