.about-body {
  max-width: 900px;
  padding-top: 80px;
  text-align: left;
}

.about-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--yellow);
  text-align: center;
  margin-bottom: 24px;
}

.about-intro {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 300;
  line-height: 1.85;
  text-align: center;
  margin-bottom: 48px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.about-intro p {
  margin-bottom: 24px;
}

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

.about-intro a {
  color: var(--yellow);
}
