.image-with-text{display:grid;-ms-flex-align:center;align-items:center;grid-gap:20px}@media (min-width:768px){.image-with-text{grid-template-columns:repeat(2,1fr)}}@media (min-width:1310px){.image-with-text{grid-gap:60px}}.image-with-text__picture{aspect-ratio:10/8;overflow:clip;position:relative;z-index:1}@media (max-width:768px){.image-with-text__picture{margin-inline:-20px}}@media (min-width:768px){.image-with-text__picture{border-radius:10px}}.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}}