.image-text-card{align-items:stretch;border-radius:30px;box-sizing:border-box;display:flex;gap:32px;margin:0 auto;max-width:1210px;overflow:hidden;padding:24px;width:100%}.image-text-card__content{align-items:center;box-sizing:border-box;display:flex;flex:0 1 40%;padding:50px 55px}.image-text-card__rich-text{color:#fff;width:100%}.image-text-card__rich-text h1,.image-text-card__rich-text h2,.image-text-card__rich-text h3,.image-text-card__rich-text h4,.image-text-card__rich-text h5,.image-text-card__rich-text h6{color:#fff;font-weight:700;line-height:1.2;margin-bottom:14px;margin-top:0}.image-text-card__rich-text h3{font-size:28px}.image-text-card__rich-text p{color:#fff;font-size:18px;line-height:1.6;margin-bottom:1em;margin-top:0}.image-text-card__rich-text>:last-child{margin-bottom:0}.image-text-card__image-wrapper{border-radius:24px;flex:1 1 60%;max-height:450px;min-height:320px;overflow:hidden}.image-text-card__image{display:block;height:100%;object-fit:cover;width:100%}.image-text-card--text-left .image-text-card__content{order:1}.image-text-card--text-left .image-text-card__image-wrapper{order:2}.image-text-card--image-left .image-text-card__image-wrapper{order:1}.image-text-card--image-left .image-text-card__content{order:2}@media (max-width:900px){.image-text-card{gap:22px;padding:20px}.image-text-card__content{padding:35px 25px}.image-text-card__image-wrapper{min-height:280px}}@media (max-width:700px){.image-text-card{border-radius:24px;flex-direction:column;gap:20px;padding:18px}.image-text-card__content,.image-text-card__image-wrapper{flex-basis:auto;width:100%}.image-text-card__content{padding:30px 22px}.image-text-card__image-wrapper{border-radius:18px;min-height:240px}.image-text-card--text-left .image-text-card__content{order:1}.image-text-card--text-left .image-text-card__image-wrapper{order:2}.image-text-card--image-left .image-text-card__image-wrapper{order:1}.image-text-card--image-left .image-text-card__content{order:2}}