.image-text-module{align-items:center;display:grid;gap:20px;margin:3rem 0}.image-text-module.image-right{direction:rtl;text-align:left}.image-text-module.image-right .image-column,.image-text-module.image-right .text-column{direction:ltr}.image-text-module.one-one{grid-template-columns:1fr 1fr}.image-text-module.two-one{grid-template-columns:2fr 1fr}.image-text-module.one-two{grid-template-columns:1fr 2fr}@media (max-width:768px){.image-text-module.stack-on-mobile{grid-template-columns:1fr!important}}@media (min-width:768px) and (max-width:992px){.image-text-module.stack-on-tablet{grid-template-columns:1fr!important}}@media (max-width:992px){.image-text-module.one-two{grid-template-columns:1fr 1fr}}.image-text-module .text-column{font-size:1rem;line-height:1.6}.image-text-module .image-column{height:100%;position:relative;width:100%}.image-text-module .image-column img{display:block;height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:992px){.image-text-module .image-column img{position:relative}}