.about-page {
  background: #ffffff;
  color: #2d294f;
}

.about-page .container {
  max-width: 1280px;
}

.about-page__hero {
  background: #f7f9fc;
  border-bottom: 1px solid rgba(20, 24, 32, .08);
  color: #141820;
  padding: 70px 0 58px;
}

.about-page__hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 6vw, 82px);
  grid-template-columns: minmax(0, 760px) minmax(300px, 360px);
  justify-content: center;
  min-width: 0;
}

.about-page__hero-copy,
.about-page__hero-panel,
.about-page__timeline,
.about-page__content {
  min-width: 0;
}

.about-page__eyebrow {
  color: #55c516;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.about-page__hero .about-page__eyebrow {
  display: none !important;
}

.about-page__title {
  color: #141820;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
  max-width: 820px;
}

.about-page__intro {
  color: rgba(45, 41, 79, .82);
  font-size: 22px;
  line-height: 1.5;
  margin-top: 18px;
  max-width: 820px;
}

.about-page__hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.about-page__link {
  color: #141820;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #55c516;
  text-underline-offset: 6px;
}

.about-page__link:hover {
  color: #55c516;
}

.about-page__hero-panel {
  align-self: end;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 4px;
}

.about-page__hero-metrics {
  display: grid;
  gap: 10px;
}

.about-page__hero-metrics div {
  background: #ffffff;
  border: 1px solid rgba(85, 197, 22, .28);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 24, 32, .05);
  padding: 17px 18px;
}

.about-page__hero-metrics strong {
  color: #46b711;
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 6px;
}

.about-page__hero-metrics span {
  color: rgba(45, 41, 79, .78);
  display: block;
  font-size: 15px;
  line-height: 1.42;
}

.about-page__story {
  background: #ffffff;
  padding: 58px 0 46px;
}

.about-page__story-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 78px);
  grid-template-columns: minmax(280px, 340px) minmax(0, 820px);
  justify-content: center;
  min-width: 0;
}

.about-page__timeline {
  border-left: 3px solid #55c516;
  padding-left: 28px;
}

.about-page__timeline h2 {
  color: #141820;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 28px;
}

.about-page__timeline-items {
  display: grid;
  gap: 18px;
}

.about-page__timeline-item {
  border-bottom: 1px solid rgba(20, 24, 32, .12);
  padding-bottom: 18px;
}

.about-page__timeline-item span {
  color: #46b711;
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
}

.about-page__timeline-item p {
  color: rgba(45, 41, 79, .78);
  font-size: 15px;
  line-height: 1.5;
}

.about-page__content {
  max-width: 820px;
}

.about-page__content p,
.about-page__content p:first-of-type {
  color: #2d294f;
  font-size: 19px;
  font-weight: 400;
  hyphens: auto;
  letter-spacing: 0;
  line-height: 1.72;
  margin-bottom: 22px;
  overflow-wrap: break-word;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  word-spacing: normal;
}

.about-page__facts {
  background: #f7f9fc;
  border-top: 1px solid rgba(20, 24, 32, .08);
  padding: 34px 0 42px;
}

.about-page__facts-lead {
  color: #1d8a10;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto 24px;
  max-width: 860px;
  text-align: center;
}

.about-page__facts-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-page__fact {
  background: #ffffff;
  border: 1px solid rgba(20, 24, 32, .08);
  border-radius: 8px;
  padding: 20px;
}

.about-page__fact span {
  color: #46b711;
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 8px;
}

.about-page__fact p {
  color: rgba(45, 41, 79, .78);
  font-size: 15px;
  line-height: 1.55;
}

@media only screen and (min-width: 1600px) {
  .about-page .container {
    max-width: 1240px;
  }

  .about-page__hero {
    padding: 78px 0 64px;
  }

  .about-page__hero-grid {
    gap: 80px;
    grid-template-columns: minmax(0, 740px) 340px;
  }

  .about-page__story-grid {
    gap: 76px;
    grid-template-columns: 320px minmax(0, 800px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-page .container {
    max-width: 1160px;
  }

  .about-page__hero {
    padding: 58px 0 50px;
  }

  .about-page__hero-grid {
    gap: 52px;
    grid-template-columns: minmax(0, 680px) minmax(280px, 330px);
  }

  .about-page__title {
    font-size: 56px;
  }

  .about-page__intro {
    font-size: 20px;
    max-width: 680px;
  }

  .about-page__story-grid {
    gap: 54px;
    grid-template-columns: minmax(250px, 310px) minmax(0, 760px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page .container {
    max-width: 1040px;
  }

  .about-page__hero {
    padding: 52px 0 48px;
  }

  .about-page__hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 310px);
  }

  .about-page__title {
    font-size: 50px;
  }

  .about-page__intro {
    font-size: 19px;
  }

  .about-page__hero-metrics strong {
    font-size: 23px;
  }

  .about-page__story-grid {
    gap: 42px;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  }

  .about-page__timeline h2 {
    font-size: 30px;
  }

  .about-page__content p,
  .about-page__content p:first-of-type {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .container {
    max-width: 820px;
  }

  .about-page__hero {
    padding: 46px 0 42px;
  }

  .about-page__hero-grid,
  .about-page__story-grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .about-page__title {
    font-size: 46px;
  }

  .about-page__intro {
    font-size: 19px;
    max-width: 720px;
  }

  .about-page__hero-panel {
    max-width: none;
    width: 100%;
  }

  .about-page__hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page__hero-metrics strong {
    font-size: 21px;
  }

  .about-page__hero-metrics span {
    font-size: 14px;
  }

  .about-page__timeline h2 {
    font-size: 30px;
  }

  .about-page__facts-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .container {
    max-width: 100%;
  }

  .about-page__hero {
    padding: 34px 0 34px;
  }

  .about-page__hero-grid,
  .about-page__story-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .about-page__title {
    font-size: 38px;
  }

  .about-page__intro {
    font-size: 18px;
    margin-top: 16px;
  }

  .about-page__hero-actions {
    margin-top: 24px;
  }

  .about-page__hero-actions .btn {
    width: 100%;
  }

  .about-page__hero-panel {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .about-page__hero-metrics div {
    padding: 15px 16px;
  }

  .about-page__story {
    padding: 42px 0 36px;
  }

  .about-page__timeline {
    padding-left: 20px;
  }

  .about-page__timeline h2 {
    font-size: 26px;
  }

  .about-page__content p,
  .about-page__content p:first-of-type {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
    text-align: justify;
    text-justify: inter-word;
  }

  .about-page__facts {
    padding: 34px 0 42px;
  }

  .about-page__facts-grid {
    grid-template-columns: 1fr;
  }

  .about-page__fact {
    padding: 20px;
  }

  .about-page__fact span {
    font-size: 21px;
  }

  .about-page__fact p {
    font-size: 15px;
  }

  .about-page__facts-lead {
    font-size: 17px;
    margin-bottom: 18px;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .about-page__title {
    font-size: 34px;
  }

  .about-page__intro {
    font-size: 17px;
  }

  .about-page__hero-actions {
    gap: 14px;
  }

  .about-page__link {
    font-size: 17px;
  }

  .about-page__hero-metrics strong {
    font-size: 22px;
  }

  .about-page__hero-metrics span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .about-page__title {
    font-size: 31px;
  }

  .about-page__timeline h2 {
    font-size: 24px;
  }

  .about-page__content p,
  .about-page__content p:first-of-type {
    font-size: 15px;
  }
}
