.hero-text{text-align:center;max-width:1000px;animation:heroFadeIn .9s ease-out}.hero-text h1{font-size:64px;font-weight:700;line-height:1.1;letter-spacing:-.5px;text-shadow:0 4px 24px rgba(0,0,0,.25)}.hero-text p{max-width:700px;margin:20px auto 30px;line-height:1.6;font-size:18px;color:hsla(0,0%,100%,.92)}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:784px){.hero-text{max-width:85%}.hero-text h1{font-size:34px;font-weight:700}.hero-text p{font-size:16px}}