.text-image-block{align-items:center;display:flex;gap:2em;overflow:hidden;padding:0 1rem}.text-image-block--left{flex-direction:row-reverse}.text-image-block *{flex:0 0 50%}.text-image-block__text{max-width:680px}.text-image-block--right .text-image-block__text{margin-left:auto}.text-image-block--left .text-image-block__text{margin-right:auto}.text-image-block__image{display:block}.text-image-block--right .text-image-block__image{border-radius:22.5px 0 0 22.5px;margin-left:auto}.text-image-block--left .text-image-block__image{border-radius:0 22.5px 22.5px 0;margin-right:auto}@media only screen and (max-width:900px){.text-image-block{flex-direction:column}}