.text-image img{aspect-ratio:1/1;border-radius:var(--border-radius);max-width:100%!important;object-fit:cover;width:100%}.text-image__wrapper{align-items:center;display:grid;gap:var(--row-gap-medium) var(--column-gap);grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-image__wrapper__image{aspect-ratio:1/1;order:1}.text-image__wrapper__text{order:2}.text-image__advanced-structure{display:grid;gap:var(--row-gap-medium) var(--column-gap-xs);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:.8rem}.text-image__advanced-structure p:last-child{margin-bottom:0}.text-image__advanced-structure h3{margin-bottom:var(--whitespace-s)}.text-image .hs-video-widget{aspect-ratio:1/1}.text-image .hs-video-wrapper{padding-bottom:100%!important}.text-image iframe{border-radius:var(--border-radius)}@media screen and (max-width:767px){.text-image__wrapper{grid-template-columns:1fr}}