.text-and-image{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.text-and-image--column{flex-direction:column}.text-and-image__text{flex:0 1 30%}.text-and-image__image{flex:0 1 65%;text-align:center}.text-and-image__image:not(.manual-image-size){aspect-ratio:2/1.3;max-width:100%}.text-and-image:not(.manual-image-size) img{height:100%!important;object-fit:cover!important;width:100%!important}.text-and-image--column .text-and-image__image,.text-and-image--column .text-and-image__text{flex:0 1 100%}.text-and-image--column .text-and-image__image img{max-width:100%;width:100%}@media screen and (max-width:768px){.text-and-image{flex-wrap:wrap}.text-and-image__text{flex:0 1 100%;order:2}.text-and-image__image{flex:0 1 100%;order:1}}