.about-area-page .about-text-page {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-area-page .about-text-page .section-heading {
  margin-bottom: 40px;
  text-align: center;
}

.about-area-page .about-text-page .section-heading h2 {
  font-size: 30px;
}

.about-area-page .about-text-page .section-heading h2:after {
  margin-left: auto;
  margin-right: auto;
}

.about-area-page .about-text-page .inner-content {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.about-area-page .about-text-page .inner-content p {
  line-height: 1.8;
  margin-bottom: 0;
}

/* Full path needed: the .inner-content p rule above outranks a bare class here. */
.about-area-page .about-text-page .inner-content .about-mission {
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.about-area-page .about-text-page .inner-content .about-page-lead {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.about-area-page .about-text-page .inner-content .bottom {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  /* Theme base adds .about-area padding-bottom below 991px; the inner block owns spacing here. */
  .about-area-page.about-area {
    padding-bottom: 0;
  }

  .about-area-page .about-text-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .about-area-page .about-text-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-area-page .about-text-page .section-heading h2 {
    font-size: 24px;
  }

  .about-area-page .about-text-page .inner-content .about-mission {
    font-size: 19px;
  }
}
