.two-column-rich-text{background-color:var(--background-color)}.two-column-rich-text .wrapper{display:flex;flex-direction:column;gap:var(--space-10);justify-content:space-between}@media (min-width:990px){.two-column-rich-text .wrapper{flex-direction:row}}:is(.two-column-rich-text .wrapper) .text{display:flex;flex-direction:column;gap:var(--space-4);width:100%}@media (min-width:990px){:is(.two-column-rich-text .wrapper) .text{width:50%}}:is(.two-column-rich-text .wrapper) .title{max-width:551px;text-transform:uppercase}:is(.two-column-rich-text .wrapper) .btn-fit-content{width:-moz-fit-content;width:fit-content}