.image-text__wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.image-text__content{display:flex;flex-direction:column;gap:28px}.image-text__content>.image-text__content-title{margin:0}.image-text__content-list{display:grid;gap:1rem;list-style-type:none;margin:0;padding:0}.image-text__content-list.two_column{grid-template-columns:repeat(2,1fr)}.image-text__content-list-item{display:flex;gap:1rem}.image-text__content-list .checkmark{align-items:center;background-color:#eeeef7;border-radius:4px;display:inline-flex;flex:0 0 100%;height:24px;justify-content:center;max-width:24px;padding:4px;width:24px}.image-text__image-block .sticky-inner{align-self:flex-start}@media only screen and (max-width:991px){.image-text__wrap{grid-template-columns:1fr}.image-text__content{order:2}}@media only screen and (max-width:767px){.image-text__content-list.two_column{grid-template-columns:1fr}}