.text-strip.theme-white{--section-bg:#fff;--section-text:var(--color-steel-blue)}.text-strip.theme-warm-white{--section-bg:var(--color-warm-white);--section-text:var(--color-steel-blue)}.text-strip.theme-light-grey{--section-bg:var(--color-light-grey);--section-text:var(--color-steel-blue)}.text-strip.theme-steel-blue{--section-bg:var(--color-steel-blue);--section-text:#fef5ef}.text-strip.theme-cobalt-blue{--section-bg:var(--color-cobalt-blue);--section-text:#fff}.text-strip.theme-coral-red{--section-bg:var(--color-coral-red);--section-text:#fff}.text-strip{background:var(--section-bg,var(--color-white))}.text-strip__container{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1408px;padding:0 64px}.text-strip__content{display:flex;flex-direction:column;gap:24px}.text-strip__heading{margin:0}.text-strip__copy,.text-strip__heading{color:var(--section-text,var(--color-steel-blue))}.text-strip__copy{font-family:Onest,sans-serif;font-size:18px;line-height:1.6;opacity:.85}.text-strip__copy p{margin:0 0 1em}.text-strip__copy p:last-child{margin-bottom:0}.text-strip__cta{align-items:center;align-self:flex-start;background:var(--color-coral-red);border-radius:100px;color:#fff;display:inline-flex;font-family:Onest,sans-serif;font-size:18px;font-weight:500;padding:10px 24px;text-decoration:none;transition:opacity .2s}.text-strip__cta:hover{opacity:.85}.text-strip__link{align-items:center;align-self:flex-start;color:var(--section-text,var(--color-steel-blue));display:inline-flex;font-family:Onest,sans-serif;font-size:16px;font-weight:500;gap:8px;text-decoration:none;transition:gap .2s ease}.text-strip__link:hover{gap:12px}.text-strip__image-wrapper{border-radius:var(--radius-md);overflow:hidden}.text-strip__image{display:block;height:auto;width:100%}@media (max-width:1199px){.text-strip__container{padding:0 40px}}@media (max-width:991px){.text-strip__container{gap:32px;grid-template-columns:1fr}}@media (max-width:767px){.text-strip__container{padding:0 24px}.text-strip__copy,.text-strip__cta{font-size:16px}}