.s-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;flex:0 0 auto;padding:1.5rem;aspect-ratio:383/480;height:100%;background-color:var(--s-text-color, var(--color-brand-yellow));color:var(--color-text, #000)}@media only screen and (min-width: 1920px){.s-text{padding:2.5rem}}@media only screen and (max-height:820px){.s-text{aspect-ratio:unset;width:min(30rem,70vw)}}@media only screen and (max-width: 987px)and (orientation: portrait){.s-text{padding:2rem;aspect-ratio:unset;width:auto;height:auto}}@media only screen and (max-width:400px){.s-text{padding:1.5rem}}.s-text ::-moz-selection{background-color:var(--color-black);color:var(--color-white)}.s-text ::selection{background-color:var(--color-black);color:var(--color-white)}.s-text .s__title{margin:0 0 1rem;text-wrap:balance}.s-text .s__text p{margin:0}.s-text .s__text p+p{margin-top:.75em}
