.about-hero {
  background-color: var(--pantone-313);
  padding: 100px 0;
  text-align: center;
}

.about-hero h1 {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-hero .tagline {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 40px;
  opacity: 0.9;
}

.about-hero p {
  color: white;
  max-width: 800px;
  margin: 0 auto;
}
