.text-image{display:flex;align-items:center;gap:64px}@media screen and (max-width:1259px){.text-image{gap:32px}}@media screen and (max-width:899px){.text-image{flex-direction:column}}.text-image-inverted{flex-direction:row-reverse}@media screen and (max-width:899px){.text-image-inverted{flex-direction:column}}.text-image-image{flex:.5 1}.text-image-image img{object-fit:cover;width:100%;border-radius:32px}@media screen and (max-width:899px){.text-image-image img{border-radius:16px;flex:auto;height:auto;aspect-ratio:3/2}}@media screen and (max-width:599px){.text-image-image img{flex:auto;height:auto;aspect-ratio:1}}.text-image-content{flex:.5 1;display:flex;flex-direction:column;justify-content:center;gap:32px}@media screen and (max-width:899px){.text-image-content{gap:24px}}.text-image-content-text{display:flex;flex-direction:column;justify-content:center;gap:16px}@media screen and (max-width:599px){.text-image-content-button button{width:100%}}