.two-column{display:flex;flex-direction:row;flex-wrap:nowrap}.two-column.image--right{flex-direction:row-reverse}.two-column .two-column__image{width:50%;background-size:cover;background-position:center center;background-repeat:no-repeat;padding-bottom:35%}.two-column .two-column__content{width:50%;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:var(--space-l)}@media (max-width:993px){.two-column{flex-direction:column}.two-column.image--right{flex-direction:column}.two-column .two-column__image,.two-column .two-column__content{width:100%;padding-left:0;padding-right:0}.two-column .two-column__image{padding-bottom:70%}}