#about-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 24px 120px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

#about-hero {
  padding-bottom: 64px;
}

#about-hero .tagline {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-text);
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

#about-hero .subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  opacity: 0.5;
  margin: 0 0 32px 0;
}

#about-hero .description {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--color-text);
  opacity: 0.75;
  margin: 0;
}

.about-section {
  display: flex;
  flex-direction: column;
  padding-top: 56px;
  border-top: 1px solid var(--color-border);
  margin-top: 0;
  margin-bottom: 56px;
}

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

#about-main h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text);
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0 0 28px 0;
}

#about-main p {
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--color-text);
  opacity: 0.82;
  margin: 0 0 18px 0;
}

#about-main p:last-child {
  margin-bottom: 0;
}

#about-main a {
  color: var(--color-accent);
}