.hero-copy h1 {
    font-size: 70px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
    color: white;
}
body.about-page {
  background: #fff;
}

.about-main {
}

.about-section {
  padding: 42px 0 54px;
  background: #fff;
}

.about-shell {
  position: relative;
}

.about-watermark {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.06);
  white-space: nowrap;
  pointer-events: none;
}

.about-eyebrow {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #2a78ef;
}

.about-shell h1 {
  margin: 40px 0 26px;
  font-size: 56px;
  line-height: 1.16;
  font-weight: 700;
  color: #111;
}

.about-copy {
  max-width: 980px;
}

.about-copy p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.95;
  color: #70737b;
  font-weight: 600;
}

.about-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.about-actions .btn {
  min-width: 146px;
  min-height: 48px;
  font-size: 18px;
  box-shadow: none;
}

.about-visual {
  margin-top: 36px;
  overflow: hidden;
  border-radius: 18px;
}

.about-visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1180px) {
  .about-watermark {
    font-size: 52px;
  }

  .about-shell h1 {
    font-size: 48px;
  }

  .about-copy p {
    font-size: 17px;
  }
}

@media (max-width: 760px) {
  .about-main {
    /* padding-top: 64px; */
  }

  .about-section {
    padding: 28px 0 42px;
  }

  .about-watermark {
    position: static;
    margin-bottom: 14px;
    font-size: 34px;
    text-align: right;
  }

  .about-eyebrow {
    font-size: 15px;
  }

  .about-shell h1 {
    margin: 22px 0 18px;
    font-size: 32px;
  }

  .about-copy p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
  }

  .about-actions {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .about-actions .btn {
    min-width: 124px;
    min-height: 42px;
    font-size: 15px;
  }

  .about-visual {
    margin-top: 24px;
    border-radius: 12px;
  }

  .about-visual img {
    min-height: 180px;
    object-fit: cover;
  }
  .hero-copy h1 {
      font-size: 40px;
      line-height: 1.16;
      font-weight: 700;
      letter-spacing: 0;
      color: black;
  }
}
