body.about-page .nav {
  background: var(--blue);
  border-bottom-color: rgba(255, 255, 255, 0.17);
  position: sticky;
  top: 0;
}

body.about-page .nav nav a,
body.about-page .menu {
  color: rgba(255, 255, 255, 0.84);
}

body.about-page .nav nav a.active,
body.about-page .nav nav a:hover {
  color: #fff;
}

body.about-page .nav-cta {
  background: #fff;
  color: var(--blue);
}

.about-simple {
  background: #f8f8f5;
  padding: 90px 12vw 0;
}

.about-simple__intro h1 {
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
  margin: 0 0 30px;
}

.about-simple__intro img {
  display: block;
  height: min(37vw, 470px);
  object-fit: cover;
  width: 100%;
}

.about-simple__content {
  display: grid;
  gap: 11vw;
  grid-template-columns: 1fr 1fr;
  padding: 70px 0 110px;
}

.about-simple__content h2 {
  font-size: clamp(29px, 3.35vw, 48px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.05;
  margin: 0 0 28px;
}

.about-simple__content a,
.about-simple__contact a {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 7px;
  text-decoration: none;
}

.about-simple__content a span,
.about-simple__contact a span {
  margin-left: 20px;
}

.about-simple__text {
  font-size: 15px;
  line-height: 1.65;
}

.about-simple__text p {
  margin: 0 0 20px;
}

.about-simple__contact {
  background: #e9edf3;
  margin: 0 -12vw;
  padding: 75px 12vw;
  text-align: center;
}

.about-simple__contact p {
  font-size: 22px;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
}

@media (max-width: 720px) {
  .about-simple {
    padding: 70px 7vw 0;
  }

  .about-simple__intro img {
    height: 260px;
  }

  .about-simple__content {
    display: block;
    padding: 55px 0 75px;
  }

  .about-simple__text {
    margin-top: 35px;
  }

  .about-simple__contact {
    margin: 0 -7vw;
    padding: 65px 7vw;
  }
}
