@media screen and (min-width:768px){.text-image{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:0;grid-row-gap:0;width:100%}.text-image>div:first-child{align-self:center;grid-area:1/1/2/2}.text-image>div:last-child{grid-area:1/2/2/3}.text-image-left>div:last-child,.text-image-right>div:first-child{align-self:center}.text-image-left>div:last-child>div{max-width:calc(620px + 1rem);padding:20px 1rem 20px 5rem}.text-image-right>div:first-child>div{float:right;max-width:calc(620px + 1rem);padding:20px 2rem 20px 1rem}.text-image-left>div:first-child img,.text-image-right>div:last-child img{display:block;height:100%!important;object-fit:cover;object-position:left center;width:100%}}@media screen and (max-width:767px){.text-image{padding-top:20px}.text-image-left>div:last-child>div,.text-image-right>div:first-child>div{padding:0 1rem 10px}.text-image-left>div:first-child img,.text-image-right>div:last-child img{display:block;width:100%}}