.about {
  padding-bottom: 80px;
}

/* HERO */
.about-hero {
  height: auto;
  min-height: 620px;
}

.about-hero .hero__stage {
  height: auto;
  min-height: 620px;
}

.about-hero .hero__content {
  height: auto;
  width: 100%;
  justify-content: center;
  padding-top: 160px;
}

.about-blob--top {
  top: -4%;
  left: 50%;
  width: clamp(640px, 42vw, 980px);
}

.about-blob--bottom {
  left: -12%;
  bottom: -12%;
  width: clamp(520px, 42vw, 760px);
}

.about-hero__inner {
  text-align: center;
  max-width: 920px;
  width: 100%;
}

.about-hero__inner h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.02;
}

.about-hero__sub {
  margin: 14px auto 0;
  color: #666;
  font-size: 14px;
  max-width: 760px;
}

/* SECTIONS */
.about-section {
  padding: 40px 0;
}

.about-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.08;
}

.about-lead {
  color: #111;
  font-size: 13px;
  margin-bottom: 14px;
}

.about-card__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
}

.about-text {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.55;
}

.about-text + .about-text {
  margin-top: 10px;
}

.about-text--muted {
  color: #666;
}

.about-text--center {
  text-align: center;
}

.about-list {
  margin: 0;
  padding-left: 18px;
  color: #666;
  font-size: 13px;
}

.about-list li {
  margin: 8px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.about-final {
  padding: 56px 0 70px;
}

.about-final__inner {
  text-align: center;
  max-width: 860px;
}

.about-buttons {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 980px) {
  .about-hero {
    min-height: 560px;
  }

  .about-hero .hero__stage {
    min-height: 560px;
  }

  .about-hero .hero__content {
    padding-top: 140px;
  }

  .about-hero__inner h1 {
    font-size: 44px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .about-hero {
    min-height: 520px;
  }

  .about-hero .hero__stage {
    min-height: 520px;
  }

  .about-hero .hero__content {
    padding-top: 125px;
  }

  .about-hero__inner h1 {
    font-size: 36px;
  }

  .about-title {
    font-size: 28px;
  }
}
