.s-hero-text{border-radius:0 0 var(--radius-xl) var(--radius-xl);display:grid;min-height:8rem;overflow:hidden}.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;max-width:40rem;padding-block:var(--grid-section-md);text-align:var(--mobile-text-alignment);width:100%}.s-hero-text__header{display:grid;gap:0;width:100%}.s-hero-text__header .c-text-header-underline{display:flex;justify-content:var(--mobile-items-alignment);text-align:var(--mobile-text-alignment)}@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);text-align:var(--desktop-text-alignment)}.s-hero-text__header .c-text-header-underline{justify-content:var(--desktop-items-alignment);text-align:var(--desktop-text-alignment)}}@media only screen and (min-width:79.5em){.s-hero-text{min-height:12rem}}