.s-hero-text{background-color:var(--surface-subtle);display:grid;min-height:8rem}.s-hero-text__container{display:flex;flex-direction:column;justify-content:center}.s-hero-text__content{align-items:var(--mobile-items-alignment);display:flex;flex-direction:column;gap:1rem;padding-block:var(--grid-section-md);text-align:var(--mobile-text-alignment);width:100%}.s-hero-text__header{display:grid;gap:0}.s-hero-text__title{max-width:32ch}.s-hero-text__text{max-width:50ch}.s-hero-text__buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.s-hero-text__button{display:grid;flex:auto}@media only screen and (min-width:48em){.s-hero-text__container{align-items:var(--desktop-horizontal-alignment)}.s-hero-text__content{align-items:var(--desktop-items-alignment);max-width:-moz-max-content;max-width:max-content;text-align:var(--desktop-text-alignment)}.s-hero-text__buttons{gap:.75rem;width:auto}.s-hero-text__button{flex:none}}@media only screen and (min-width:79.5em){.s-hero-text{min-height:12rem}}