:root{--text-image-margin-x:1.5rem;--text-image-margin-y:var(--padding-y);--text-image-gap:2rem}@media (min-width:768px){:root{--text-image-gap:3rem}}@media (min-width:1024px){:root{--text-image-gap:4rem}}@media (min-width:1280px){:root{--text-image-gap:6rem}}@media (min-width:1440px){:root{--text-image-gap:8rem}}.text-image{padding-top:0;padding-bottom:0;margin-top:var(--padding-y);margin-bottom:var(--padding-y)}.text-image.color-scheme-black-white .h1,.text-image.color-scheme-black-white .h2,.text-image.color-scheme-black-white .h3,.text-image.color-scheme-black-white .h4,.text-image.color-scheme-black-white .h5,.text-image.color-scheme-black-white .h6,.text-image.color-scheme-black-white h1,.text-image.color-scheme-black-white h2,.text-image.color-scheme-black-white h3,.text-image.color-scheme-black-white h4,.text-image.color-scheme-black-white h5,.text-image.color-scheme-black-white h6{color:#ff4900}.text-image-wrapper{display:grid;flex-direction:row-reverse;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.text-image-wrapper{display:flex;align-items:stretch}}.text-image-wrapper.reverse{flex-direction:row}.text-image-image{flex:1 1 50%}.text-image-content{flex:1 1 50%;display:grid;align-content:center;justify-content:center;place-content:center}.text-image-content>div{margin:var(--text-image-margin-y) var(--text-image-gap)}@media (min-width:768px){.text-image-content>div{margin:2rem;margin:var(--text-image-gap)}}.text-image-wrapper:not(.reverse) .text-image-content>div{margin-left:1.5rem;margin-left:var(--text-image-margin-x)}.reverse .text-image-content>div{margin-right:1.5rem;margin-right:var(--text-image-margin-x)}@media (min-width:1024px){.text-image-wrapper:not(.reverse) .text-image-content{padding-left:clamp(var(--padding-x),15vw,calc(50% - var(--wrapper-width)/2))!important}}@media (min-width:1024px){.reverse .text-image-content{padding-right:clamp(var(--padding-x),15vw,calc(50% - var(--wrapper-width)/2))!important}}