.about-page .about-main {
  position: relative;
  z-index: 2;
  min-height: 1190px;
  background: var(--white) url("../images/Web-Sochifo-18.png") center 270px / 100% auto no-repeat;
}

.about-mission {
  min-height: 490px;
  padding: 18px 0 24px;
}

.about-mission__grid {
  display: grid;
  min-height: 448px;
  align-items: center;
  grid-template-columns: 45.5% 54.5%;
  gap: 20px;
}

.about-mission__visual {
  display: flex;
  padding-left: 10px;
  align-items: center;
  justify-content: center;
  transform: translateY(-4px);
}

.about-mission__visual img {
  width: min(88%, 444px);
  height: auto;
}

.about-mission__content {
  min-width: 0;
  width: calc(100% + 12px);
  padding: 5px 8px 0 0;
  margin-left: -12px;
  transform: translateY(4px);
}

.about-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.about-heading__dot {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--navy);
}

.about-heading__kicker {
  margin: 0 0 3px;
  color: #7ec3d2;
  font-family: var(--condensed-font);
  font-size: clamp(31px, 3vw, 41px);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.about-heading h1,
.about-heading h2 {
  margin: 0;
  color: #171313;
  font-family: var(--condensed-font);
  font-size: clamp(26px, 2.3vw, 32px);
  font-stretch: condensed;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.08;
  text-transform: uppercase;
}

.about-heading h1 {
  max-width: 610px;
}

.about-mission__copy {
  max-width: 638px;
  margin: 39px 0 0 42px;
  color: #222124;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.34;
  text-align: justify;
}

.about-mission__copy p {
  margin: 0;
}

.about-mission__copy p + p {
  margin-top: 29px;
}

.about-membership {
  min-height: 700px;
  padding: 34px 0 210px;
}

.about-membership__layout {
  display: grid;
  align-items: start;
  grid-template-columns: 700px 1fr;
  gap: 43px;
}

.membership-cards {
  display: grid;
  width: 643px;
  margin-left: 74px;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}

.membership-card {
  display: flex;
  min-width: 0;
  min-height: 452px;
  padding: 36px 31px 34px;
  align-items: center;
  flex-direction: column;
  background: transparent url("../images/background/Web-Sochifo-11.png") center / 100% 100% no-repeat;
  color: var(--white);
  text-align: center;
}

.membership-card__icon {
  width: 172px;
  height: 172px;
  flex: 0 0 auto;
  margin-bottom: 22px;
  object-fit: contain;
}

.membership-card h2 {
  margin: 0 0 24px;
  color: var(--white);
  font-family: var(--condensed-font);
  font-size: clamp(30px, 2.5vw, 35px);
  font-stretch: condensed;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.05;
  text-transform: uppercase;
}

.membership-card h2 strong,
.membership-card h2 span {
  display: block;
}

.membership-card h2 strong {
  font-weight: 700;
}

.membership-card p {
  width: 100%;
  margin: 0;
  font-family: var(--condensed-font);
  font-size: 18px;
  font-stretch: condensed;
  font-weight: 400;
  line-height: 1.22;
  text-align: left;
}

.membership-info {
  min-width: 0;
  padding-top: 31px;
}

.about-heading--benefits {
  gap: 14px;
}

.about-heading--benefits .about-heading__kicker {
  font-size: clamp(30px, 2.9vw, 39px);
}

.about-heading--benefits h2 {
  font-size: clamp(28px, 2.4vw, 33px);
  line-height: 1;
}

.membership-info__copy {
  max-width: 370px;
  margin: 35px 0 0 40px;
  color: #222124;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.37;
  text-align: justify;
}

.membership-info__button {
  display: flex;
  width: min(100%, 327px);
  min-height: 72px;
  padding: 0 24px 0 26px;
  margin: 79px 0 0 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--condensed-font);
  font-size: 19px;
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 160ms ease, transform 160ms ease;
}

.membership-info__button i {
  font-size: 23px;
}

.membership-info__button:hover,
.membership-info__button:focus-visible {
  background: #172864;
  color: var(--white);
  transform: translateY(-2px);
}

.about-page .site-footer {
  z-index: 3;
}

@media (min-width: 901px) {
  .about-page .site-footer {
    min-height: 218px;
    margin-top: -96px;
  }

  .about-page .site-footer__content {
    min-height: 218px;
  }
}

@media (max-width: 1240px) {
  .about-membership__layout {
    grid-template-columns: minmax(620px, 1.7fr) minmax(300px, 1fr);
    gap: 25px;
  }

  .membership-cards {
    width: min(100%, 620px);
    margin-left: 20px;
  }

  .membership-card {
    padding-right: 27px;
    padding-left: 27px;
  }

  .membership-info__copy {
    margin-left: 20px;
  }

  .membership-info__button {
    margin-left: 18px;
  }
}

@media (max-width: 1050px) {
  .about-page .about-main {
    min-height: 0;
    background-size: auto 100%;
  }

  .about-mission {
    padding: 48px 0 35px;
  }

  .about-mission__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .about-mission__visual img {
    width: min(72vw, 220px);
  }

  .about-mission__visual {
    padding-left: 0;
    transform: none;
  }

  .about-mission__content {
    width: min(100%, 720px);
    padding-right: 0;
    margin-inline: auto;
    transform: none;
  }

  .about-heading h1 {
    max-width: none;
  }

  .about-mission__copy {
    max-width: none;
  }

  .about-membership {
    min-height: 0;
    padding: 65px 0 220px;
  }

  .about-membership__layout {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .membership-cards {
    width: min(100%, 660px);
    margin-inline: auto;
  }

  .membership-card {
    min-height: 470px;
  }

  .membership-info {
    width: min(100%, 610px);
    padding-top: 0;
    margin-inline: auto;
  }

  .membership-info__copy {
    max-width: none;
    margin-left: 39px;
  }
}

@media (max-width: 900px) {
  .about-page .hero {
    height: 300px;
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .desktop-line-break {
    display: none;
  }

  .about-mission {
    padding-top: 10px;
  }

  .about-mission__grid {
    gap: 36px;
  }

  .about-heading {
    gap: 11px;
  }

  .about-heading__dot {
    width: 18px;
    height: 18px;
    margin-top: 6px;
  }

  .about-heading__kicker {
    font-size: 30px;
  }

  .about-heading h1,
  .about-heading h2 {
    font-size: 24px;
  }

  .about-mission__copy {
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.42;
    text-align: left;
  }

  .about-mission__copy p + p {
    margin-top: 21px;
  }

  .membership-cards {
    width: min(100%, 325px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .membership-card {
    min-height: 470px;
  }

  .membership-info {
    width: min(100%, 500px);
  }

  .membership-info__copy {
    margin: 24px 0 0;
    font-size: 17px;
    text-align: left;
  }

  .membership-info__button {
    width: 100%;
    margin: 43px 0 0;
  }
}

@media (max-width: 560px) {
  .about-page .hero {
    height: 300px;
    min-height: 300px;
  }

  .about-mission__visual img {
    width: min(50vw, 200px);
  }

  .about-membership {
    padding-top: 45px;
    padding-bottom: 185px;
  }

  .about-membership__layout {
    gap: 66px;
  }

  .membership-card {
    min-height: 445px;
    padding-top: 33px;
  }

  .membership-card__icon {
    width: 160px;
    height: 160px;
  }

  .membership-card h2 {
    font-size: 32px;
  }

  .membership-card p {
    font-size: 18px;
  }

  .about-heading--benefits .about-heading__kicker {
    font-size: 30px;
  }

  .about-heading--benefits h2 {
    font-size: 25px;
  }

  .membership-info__button {
    min-height: 62px;
    padding-inline: 22px;
    font-size: 17px;
  }
}
