.mines-hero-copy {
  position: absolute;
  z-index: 10;
  top: 130px;
  left: max(24px, calc(50% - 830px));
  width: min(490px, calc(100vw - 48px));
  color: #f4f8ff;
  font-family: Arial, sans-serif;
}

.mines-hero-copy__eyebrow {
  margin: 0 0 14px;
  color: #42a6ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.mines-hero-copy h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.05;
}

.mines-hero-copy__body {
  max-width: 390px;
  margin: 20px 0 28px;
  color: #afbed0;
  font-size: 18px;
  line-height: 1.55;
}

.mines-hero-copy a {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #32b8ff, #3271ff);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 960px) {
  .mines-hero-copy {
    top: 90px;
    left: 28px;
    width: 340px;
  }

  .mines-hero-copy h1 {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .mines-hero-copy {
    top: 400px;
    left: 20px;
    width: calc(100vw - 40px);
    text-align: center;
  }

  .mines-hero-copy__body {
    margin-right: auto;
    margin-left: auto;
  }
}
