/* ==========================================================================
   THEME-ABOUT  —  "Who we are"
   ========================================================================== */

.theme-about {
  padding: 64px 0;
  background: #fff;
}
.theme-about h3,
.theme-about p {
  margin-bottom: 40px;
}

.theme-about .container {
  max-width: var(--container);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.theme-about__title {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 600;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: var(--brand);
  margin: 0 0 30px;
}

.theme-about__body {
  margin-bottom: 40px;
}

.theme-about__lead {
  font-family: var(--sans);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--brand);
  margin: 0 0 30px;
}

.theme-about__text {
  font-family: var(--sans);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--brand);
  margin: 0 0 20px;
}

.theme-about__text:last-child {
  margin-bottom: 0;
}

.theme-about__cta {
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
  .theme-about__title {
    font-size: 56px;
  }

  .theme-about__lead,
  .theme-about__text {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .theme-about {
    padding: 48px 0;
  }

  .theme-about__title {
    font-size: 44px;
  }

  .theme-about__lead,
  .theme-about__text {
    font-size: 26px;
    margin: 0;
  }
  .theme-about h3,
  .theme-about p {
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  .theme-about {
    padding: 36px 0;
  }

  .theme-about__title {
    font-size: 36px;
  }

  .theme-about__lead,
  .theme-about__text {
    font-size: 22px;
  }
}
