.image-text-module{border-radius:24px;display:grid;min-height:400px;overflow:hidden;width:100%}.image-text-module--image-right{grid-template-columns:2fr 1fr}.image-text-module--image-right .image-text-module__content{order:1}.image-text-module--image-right .image-text-module__image{order:2}.image-text-module--image-left{grid-template-columns:1fr 2fr}.image-text-module--image-left .image-text-module__image{order:1}.image-text-module--image-left .image-text-module__content{order:2}.image-text-module__content{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:80px 48px}.image-text-module__title{margin:0 0 24px}.image-text-module__text{margin:0}.image-text-module__text,.image-text-module__text p{font-size:18px;font-weight:100}.image-text-module__text>:first-child{margin-top:0}.image-text-module__text>:last-child{margin-bottom:0}.image-text-module__button-wrapper{margin-top:32px}.image-text-module__button{text-transform:uppercase}.image-text-module__image{min-height:400px;min-width:0}.image-text-module__image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:768px){.image-text-module--image-left,.image-text-module--image-right{grid-template-columns:1fr}.image-text-module__content{padding:48px 24px}.image-text-module__image{min-height:300px}.image-text-module--image-left .image-text-module__content,.image-text-module--image-right .image-text-module__content{order:1}.image-text-module--image-left .image-text-module__image,.image-text-module--image-right .image-text-module__image{order:2}}