/**
 * About Us page refinements.
 * Core geometry comes from the audited static main.css.
 */

.about-us-page .hero-bg-wrapper {
  background-color: #24345d;
  background-position: center;
}

.about-us-page .page-hero-content--with-description {
  width: min(440px, calc(100% - 30px));
}

.about-us-page .page-section {
  max-width: 100%;
  background: #f7f7f7;
}

.about-us-page .page-about-intro-section-wrapper {
  padding-top: 48px;
}

.about-us-page .page-about-intro-section-content > :last-child,
.about-us-page .emerging-text > :last-child {
  margin-bottom: 0;
}

.about-us-page .number-section-card {
  margin-right: 0;
  margin-left: 0;
}

.about-us-page .number-stats-grid {
  height: 100%;
  align-content: center;
}

.about-us-page .number-section-links {
  row-gap: 18px;
}

.about-us-page .custom-quote {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.about-us-page .custom-quote-image {
  flex: 0 0 34px;
  width: 34px;
  height: auto;
}

.about-us-page .custom-quote-image.closing {
  align-self: flex-end;
}

.about-us-page .expertise-image img,
.about-us-page .our-grid-svg img {
  width: 100%;
  height: auto;
}

.about-us-page .our-grid-svg {
  max-width: 440px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .about-us-page .number-section-info {
    gap: 20px;
    margin-bottom: 28px;
  }

  .about-us-page .number-section-links {
    justify-content: flex-start !important;
    gap: 22px;
  }

  .about-us-page .about-us-quote-section-bg {
    gap: 20px;
  }

  .about-us-page .expertise-text-wrapper {
    margin-top: 34px;
    margin-left: 0;
  }

  .about-us-page .our-grid-svg {
    margin-top: 36px;
  }
}

@media (max-width: 575.98px) {
  .about-us-page .page-hero-content--with-description {
    width: calc(100% - 30px);
  }

  .about-us-page .page-hero-text {
    font-size: 16px;
    line-height: 1.45;
  }

  .about-us-page .section-heading h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .about-us-page .page-about-intro-section-wrapper .section-heading h2,
  .about-us-page .about-us-emerging-markets-wrapper .section-heading h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .about-us-page .number-section-card,
  .about-us-page .about-us-quote-section-bg {
    padding: 28px 22px;
  }

  .about-us-page .number-stat-value {
    font-size: 44px;
  }

  .about-us-page .number-stat-label {
    font-size: 14px;
    line-height: 1.4;
  }

  .about-us-page .number-section-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-us-page .number-section-link {
    font-size: 15px;
  }

  .about-us-page .custom-quote {
    font-size: 21px;
    line-height: 1.4;
  }

  .about-us-page .custom-quote-image {
    flex-basis: 25px;
    width: 25px;
  }

  .about-us-page .expertise-item p,
  .about-us-page .emerging-text p {
    font-size: 16px;
    line-height: 1.6;
  }
}
