.image-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--marginMedium) var(--marginBig);overflow:hidden;gap:var(--marginMedium)}.image-with-text .image{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;max-height:60vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:var(--borderRadius)}.image-with-text .content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:768px){.image-with-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.image-with-text .content,.image-with-text .image{width:100%}.image-with-text .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.image-with-text .content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:20px 0}.image-with-text .content .button-wrap{text-align:center}.image-with-text .content .button-wrap .button{display:inline-block;width:80%}}.image-left .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.image-left .content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-right .image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-right .content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}