.hero{align-items:center;justify-content:space-between;background-color:var(--white-light);padding:2rem 0}.hero,.hero-content{display:flex;gap:1rem}.hero-content{flex:2;flex-direction:column;max-width:100%;word-wrap:break-word}.hero-image{flex:1;display:flex;justify-content:flex-end}.hero-buttons{flex-wrap:wrap;padding-top:1rem;max-width:100%}.hero-buttons,.icon{display:flex;gap:2rem}.icon{align-items:center;justify-content:center}.hero-subtitle{margin-top:-.75rem}@media (max-width:768px){.hero{gap:2rem}.hero,.hero-buttons{flex-direction:column;align-items:center}.hero-buttons{display:flex;gap:1rem}.hero-image{justify-content:center}}