.product-image-text{border-radius:24px;display:flex;overflow:hidden}.product-image-text,.product-image-text--white{background-color:var(--background-white)}.product-image-text--charcoal{background-color:var(--colors-charcoal-500);color:var(--text-contrast)}.product-image-text--left{flex-direction:row;@media (max-width:767px){flex-direction:column}}.product-image-text--right{flex-direction:row-reverse;@media (max-width:767px){flex-direction:column-reverse}}.product-image-text .product-image-text__content{display:flex;flex-direction:column;gap:16px;justify-content:center;padding:32px 40px}.product-image-text .product-image-text__content-title{font-size:32px}.product-image-text .product-image-text__content-text{color:#676664}.product-image-text--charcoal .product-image-text__content-text{color:hsla(0,0%,100%,.8)}.product-image-text .product-image-text__image{display:block;object-fit:cover;width:50%;@media (max-width:767px){width:100%}}