.about {
  padding: 80px 0 120px;
}

.about-hero {
  margin-bottom: 60px;
}

.about-hero .eyebrow {
  display: inline-block;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  margin-bottom: 14px;
}

.about-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.about-hero p {
  color: #555;
  line-height: 1.7;
}

.about-content h2 {
  margin-top: 42px;
}

.about-content h2:first-child {
  margin-top: 0;
}

.about-content p,
.about-content li {
  color: #555;
  line-height: 1.75;
}
