.image-with-text{display:grid;-ms-flex-align:center;align-items:center;grid-gap:30px}@media (min-width:768px){.image-with-text{grid-template-columns:repeat(2,1fr)}}@media (min-width:1310px){.image-with-text{grid-gap:120px}}.image-with-text__content p{margin:2.5em 0}.image-with-text__content .text+.button-row{margin-top:2.5em}.image-with-text__picture{aspect-ratio:1;overflow:clip;position:relative;z-index:1}@media (max-width:768px){.image-with-text__picture{margin-inline:-20px}}.image-with-text__picture-visual{object-fit:cover;position:absolute;inset:0;display:block;height:100%;width:100%}@media (min-width:990px){.image-with-text--right .image-with-text__picture{-ms-flex-order:999;order:999}}