.image_with_text_wrapper{display:grid;grid-template-columns:1fr 1fr}.image_with_text_wrapper .image{height:auto;overflow:hidden;position:relative;width:100%}.image_with_text_wrapper .image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@media only screen and (max-width:850px){.image_with_text_wrapper{grid-template-columns:1fr;grid-template-rows:auto auto}.image_with_text_wrapper .image{height:10rem;order:2!important}.image_with_text_wrapper .text{order:1!important;padding-left:30px!important;padding-right:30px!important}}