.text-module__content{display:grid;gap:var(--default-gap);grid-template-columns:1fr 2fr;@media (max-width:1050px){gap:0;grid-template-columns:1fr;.text-module__text{margin-top:var(--default-gap)}}&.text-module__content--2-columns{display:block}&:has(.text-module__text:only-child){grid-template-columns:1fr}}.text-module__content .text-module__column{flex:1}.text-module__content.text-module__content--2-columns{.text-module__text{display:flex;flex-wrap:wrap;gap:var(--default-spacing)}.text-module__cta,.text-module__text{margin-top:var(--default-gap)}}@media (max-width:767px){.text-module__content.text-module__content--2-columns .text-module__text{flex-direction:column;gap:var(--default-spacing-mobile)}}.text-module__text:only-child{max-width:940px}.text-module__content--2-columns .text-module__text:only-child{max-width:none}.text-module__text .button-outer-wrapper{margin-top:var(--default-gap)}