.image-text{display:flex;flex-flow:column}.image-text__text{padding:30px;background-color:#fff}.image-text__text--gray{background-color:var(--gray_lighter)}.image-text__text--blue{background-color:var(--blue)}.image-text__text--black{background-color:#000}.image-text__image,.image-text__text{width:100%}.image-text__image img{display:block;height:100%;object-fit:cover}.image-text__cta{margin-top:30px}@media(min-width:900px){.image-text{flex-flow:row;align-items:stretch}.image-text--reverse{flex-flow:row-reverse}.image-text__text{display:flex;flex-flow:column;justify-content:flex-start;flex:1}.image-text__text--vertical-center{justify-content:center}.image-text__text--vertical-bottom{justify-content:flex-end}.image-text__image,.image-text__text{width:50%}.image-text__text{padding:60px}}@media(min-width:1500px){.image-text__text{padding:120px}}