@media (max-width:640px){
  .hero-copy h1{
    font-size:clamp(2.55rem,15vw,3.9rem);
    line-height:1.03;
  }
  .hero-copy{
    padding-top:128px;
  }
}
