.content{display:flex;flex-direction:column;@media (min-width:1024px){flex-direction:row}}.content__text{display:flex;flex-direction:column;justify-content:center;padding:var(--sc-spacing-medium) 0;@media (min-width:1024px){padding:var(--sc-spacing-large);width:50%}}.content__text--full-width{width:100%}.content__image{display:flex;overflow:hidden;@media (min-width:1024px){width:50%}img{object-fit:cover;height:auto;width:100%}}.content__image--first{order:1;@media (min-width:1024px){order:-1}}