/* ============================================
   About Page Styles
   ============================================ */

/* About Hero Section */
.about-hero {
  padding: var(--spacing-3xl) var(--section-side-padding);
  background: url(/local/templates/main/assets/img/career-hero.png) center center / cover no-repeat;
  background-color: #2773E4;
}

.about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-hero__title {
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 48px;
  line-height: 56px;
  color: var(--color-background);
  margin: 0;
}

.about-hero__description {
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 20px;
  line-height: 23px;
  color: var(--color-background);
  margin: 0;
  width: 100%;
  max-width: 708px;
}

.about-hero__cards {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-lg);
  width: 1439px;
}

.about-hero__card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: 336px;
}

.about-hero__card:last-child {
  width: 335px;
}

.about-hero__card-number {
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 48px;
  line-height: 57px;
  color: var(--color-secondary-01);
}

.about-hero__card-label {
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  line-height: 20px;
  color: var(--color-background);
}
