.module.module--bento-banner .bento-banner__container{display:flex;flex-flow:column;gap:calc(var(--spacing-base)*4)}.module.module--bento-banner .bento-banner__container__item{align-items:center;display:flex;gap:calc(var(--spacing-base)*8);justify-content:center}.module.module--bento-banner .bento-banner__container__item__text{display:flex;flex-flow:column;row-gap:var(--rows-gap)}.module.module--bento-banner .bento-banner__container__item__text .button{width:fit-content}@media (max-width:992px){.module.module--bento-banner .bento-banner__container__item{flex-flow:column;gap:calc(var(--spacing-base)*3)}.module.module--bento-banner .bento-banner__container__item__text{align-items:center}}@media (min-width:993px) and (max-width:1367px){.module.module--bento-banner .bento-banner__container__item{gap:calc(var(--spacing-base)*6)}}@media (min-width:1367px){.module.module--bento-banner .bento-banner__container{display:grid;grid-template-columns:repeat(2,1fr)}.module.module--bento-banner .bento-banner__container__item__text{flex:1 1 50%;padding-block:100px}}