.contentImageRow{display:flex;flex-direction:column}.contentImageRow__wrapper{display:flex;justify-content:space-between;align-items:center;gap:2.5rem}@media screen and (max-width:770px){.contentImageRow__wrapper{flex-direction:column-reverse;gap:1.875rem}}.contentImageRow__image{border-radius:.75rem;border:1px solid hsla(0,0%,100%,.1);width:100%;max-width:44%;display:flex;padding:1rem}@media screen and (max-width:770px){.contentImageRow__image{max-width:unset}}.contentImageRow__image img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.contentImageRow__content{width:100%;max-width:600px}@media screen and (max-width:770px){.contentImageRow__content{max-width:unset;text-align:center}}