@keyframes rotate{to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.text-with-image-block{margin-block:2rem;display:grid;gap:var(--gapSize, 1rem );grid-template-columns:[text-start image-start] 1fr [text-end image-end];grid-template-rows:[image-start] auto [text-start image-end] auto [text-end];align-items:center}.content-area>.text-with-image-block{margin-inline:auto;padding-inline:1rem;max-width:calc(1288px + 3rem)}@media only screen and (min-width: 768px){.text-with-image-block{grid-template-columns:1fr 1fr;grid-template-areas:"image text"}.text-with-image-block:nth-child(odd){grid-template-areas:"text image"}.text-with-image-block:not(:has(.text-with-image-block__image)){grid-template-areas:"text text"}.text-with-image-block:not(:has(.text-with-image-block__content)){grid-template-areas:"image image"}}.text-with-image-block__image{grid-area:image}.text-with-image-block__image picture{height:100%;max-height:400px;display:block;overflow:hidden}.text-with-image-block__image picture img{height:100%;object-fit:cover}.text-with-image-block__content{grid-area:text}
