.image-text{width:100%}.image-text__content{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:400px}.image-text--image-left .image-text__content{grid-template-areas:"image text"}.image-text--image-right .image-text__content{grid-template-areas:"text image"}.image-text__image-wrapper{grid-area:image;overflow:hidden;position:relative}.image-text__image{display:block;height:auto;object-fit:cover;object-position:center;width:100%}.image-text__text-wrapper{grid-area:text;padding-right:4rem}.image-text__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.2;margin:0 0 1.5rem}.image-text__title h1,.image-text__title h2,.image-text__title h3,.image-text__title h4,.image-text__title h5,.image-text__title h6{font-family:inherit;font-weight:inherit;line-height:inherit;margin:0}.image-text__content-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;margin:0}.image-text__content-text p{margin:0 0 1rem}.image-text__content-text p:last-child{margin-bottom:0}.image-text__content-text ol,.image-text__content-text ul{margin:0 0 1rem;padding-left:1.5rem}.image-text__content-text li{margin-bottom:.5rem}.image-text__content-text a{color:inherit;text-decoration:underline}.image-text__content-text a:focus,.image-text__content-text a:hover{text-decoration:none}@media screen and (max-width:1024px){.image-text__content{gap:3rem}.image-text__text-wrapper{padding-right:2rem}}@media screen and (max-width:768px){.image-text__content{gap:2rem;grid-template-columns:1fr;min-height:auto}.image-text__text-wrapper{padding-right:0}.image-text--image-left .image-text__content,.image-text--image-right .image-text__content{grid-template-areas:"image" "text"}.image-text__image-wrapper{max-height:300px;overflow:hidden}.image-text__image{height:100%;min-height:250px}}@media screen and (max-width:480px){.image-text__content{gap:1.5rem}.image-text__title{margin-bottom:1rem}}