.hero-price {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
  color: #fff;
  font-size: clamp(26px, 1.9vw, 36px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 0 1px 15px rgba(0, 0, 0, 0.24);
}

@media (max-width: 520px) {
  .hero-copy {
    inset: 176px 8px auto;
  }

  .hero-price {
    margin-top: 23px;
    font-size: 25px;
  }
}
