.hero-section{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:center;margin:0 auto;flex-grow:1}.hero-section__container{display:flex;flex-direction:column;gap:.5rem;padding:5rem 0}@media(max-width:768px){.hero-section__container{flex-direction:column;align-items:center;gap:1rem;padding:1rem}}.hero-section__title{font-size:3rem;font-weight:800;line-height:1.1}.hero-section__text{font-size:1rem;line-height:1.6;text-align:center}@media(max-width:768px){.hero-section__title{font-size:2rem;text-align:center}.hero-section__text{font-size:1rem;line-height:1.5}}