.image-with-text{position:relative}.image-with-text__inner{padding:2.4rem 0}.image-with-text__grid{grid-template-columns:repeat(1,1fr);gap:1.2rem;display:grid}.image-with-text__image-wrapper{aspect-ratio:1;border-radius:var(--border-radius-xl);height:100%;display:flex;overflow:hidden}.image-with-text .deferred-media{position:initial}.image-with-text__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.image-with-text__content{border-radius:var(--border-radius-xl);text-wrap:balance;flex-direction:column;justify-content:center;row-gap:1.6rem;min-height:calc(100vw - 3.2rem);padding:7rem 4.8rem;display:flex}.image-with-text__content--left{text-align:left;align-items:flex-start}.image-with-text__content--middle{text-align:center;align-items:center}.image-with-text__content--right{text-align:right;align-items:flex-end}@media screen and (min-width:1024px){.image-with-text__grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.image-with-text__grid--image-right .image-with-text__image-wrapper{order:2}.image-with-text__grid--image-right .image-with-text__content{order:1}.image-with-text__content{aspect-ratio:1;min-height:0}}@media screen and (min-width:768px) and (max-width:1023px){.image-with-text__heading{font-size:var(--text-3xl)}.image-with-text__text{font-size:var(--text-xl)}.image-with-text__content,.image-with-text__image-wrapper{aspect-ratio:unset}}@media screen and (min-width:1200px){.image-with-text__content{padding:6rem 9.6rem}}
