.image-text .image-text__content{display:grid;gap:20px;grid-template-columns:1fr}.image-text.image-left .image-text__content .image-text__image,.image-text.image-right .image-text__content .image-text__image{order:1}.image-text.image-left .image-text__content .image-text__text,.image-text.image-right .image-text__content .image-text__text{order:2}.image-text .image-text__content .image-text__text.text-white h2,.image-text .image-text__content .image-text__text.text-white p,.image-text .image-text__content .image-text__text.text-white span{color:#fff}@media (min-width:768px){.image-text .image-text__content{grid-template-columns:repeat(2,minmax(0,1fr))}.image-text.image-left .image-text__content .image-text__image{order:1}.image-text.image-left .image-text__content .image-text__text,.image-text.image-right .image-text__content .image-text__image{order:2}.image-text.image-right .image-text__content .image-text__text{order:1}}