.s-iwt{display:grid;align-items:center;grid-template-columns:1fr;grid-template-areas:"text" "image"}.s-iwt__text-wrapper{grid-area:text;padding:30px 20px;margin:0 auto;max-width:520px;text-align:center}.s-iwt__text{margin-bottom:40px}.s-iwt--default-mobile{grid-template-areas:"text" "image"}.s-iwt--reversed-mobile{grid-template-areas:"image" "text"}@media screen and (min-width: 800px){.s-iwt{grid-template-columns:repeat(2, 1fr)}.s-iwt--default{grid-template-areas:"text image"}.s-iwt--reversed{grid-template-areas:"image text"}}.s-iwt__img{grid-area:image;width:100%;-o-object-fit:cover;object-fit:cover;height:250px}@media screen and (min-width: 500px){.s-iwt__img{min-height:450px}.s-iwt__img--adapt{height:auto}.s-iwt__img--small{height:60vh}.s-iwt__img--big{height:80vh}}
