.text-image--wrapper{align-items:center;display:grid;gap:var(--row-gap) var(--column-gap-l);grid-template-columns:repeat(2,minmax(250px,1fr))}.text-image h2 span{color:var(--colors-blue)}.text-image h3{margin-bottom:8px;padding-top:10px}.text-image__text p:last-child{margin-bottom:0}.text-image img{border-radius:var(--border-radius);object-fit:cover}.text-image__image{order:2}.text-image__text{order:1}@media screen and (max-width:767px){.text-image--wrapper{grid-template-columns:1fr}.text-image__image{order:1}.text-image__text{order:2}}