.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left;padding:10em 5% 5%}.greeting{font-size:24px;font-weight:700;transition:opacity .5s ease-in-out}.profile-text h1{font-size:30px;font-weight:700}.highlight{color:#0073ff}.tagline{font-size:22px;font-weight:500;color:#7d2020;margin-top:.5em}.hero-description{max-width:600px;margin-top:2em;font-size:18px}.cta-button{color:#968f8f;margin-top:3em;border:none;border-radius:5px;font-size:18px;cursor:pointer;transition:background .3s}.cta-button:hover{color:#0a0a0a}@media (max-width:768px){.hero-section{padding:10em 8% 8%}.profile-text h1{font-size:26px}.tagline{font-size:20px}.cta-button,.hero-description{font-size:16px}}