.text-image-bg{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.text-image-bg__wrapper{align-items:center;display:grid;gap:var(--row-gap) var(--column-gap);grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-image-bg__image{order:2}.text-image-bg__image img{width:100%}.text-image-bg__content{order:1}@media screen and (max-width:767px){.text-image-bg__wrapper{grid-template-columns:1fr}}