.image-with-text{display:grid;align-items:center;grid-gap:30px}@media (min-width:768px){.image-with-text{grid-template-columns:repeat(2,1fr);grid-gap:80px}}.image-with-text__text .text+.button-row{margin-top:1.5em}.image-with-text__figure{overflow:clip;position:relative;z-index:1}.image-with-text__figure:after,.image-with-text__figure:before{content:"";display:inline-block;background:#fff;width:60%;transform:skewX(-15deg);height:20px;position:absolute;right:-10%;bottom:0;z-index:1}@media (min-width:990px){.image-with-text__figure:after,.image-with-text__figure:before{height:40px}}.image-with-text__figure:before{top:0;right:0;left:-10%;bottom:auto}.image-with-text__figure-visual{display:block;width:100%}.image-with-text--right .image-with-text__figure{order:999}