.choice-module{margin:0;width:100%;--column-gap:48px}.choice-module__heading{margin:0 0 2.5rem}.choice-module__heading--left{text-align:left}.choice-module__heading--center{text-align:center}.choice-module__heading--right{text-align:right}.choice-module__grid{display:grid;gap:var(--column-gap)}.choice-module__grid--2{grid-template-columns:1fr 1fr}.choice-module__grid--3{grid-template-columns:1fr 1fr 1fr}.choice-module__col{border-radius:12px;opacity:0;padding:2rem 2.5rem;position:relative;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.choice-module__col.is-visible{opacity:1;transform:translateY(0)}.choice-module__col--divided:before{background:var(--divider-color,#ddd);bottom:0;content:"";left:calc(var(--column-gap)/-2);position:absolute;top:0;width:1px}.choice-module__image img{border-radius:8px;display:block;height:auto;margin-bottom:1.25rem;width:100%}.choice-module__col-header{align-items:center;display:flex;gap:10px;margin-bottom:1rem}.choice-module__icon svg{display:block;height:20px;width:20px}.choice-module__col-heading{font-size:1.5rem;font-weight:700;margin:0}.choice-module__col-body p{font-size:1rem;line-height:1.7;margin:0 0 1rem}.choice-module__col-body p:last-child{margin-bottom:0}@media (max-width:768px){.choice-module__grid--2,.choice-module__grid--3{grid-template-columns:1fr}.choice-module__col--divided:before{bottom:auto;height:1px;left:0;right:0;top:calc(var(--column-gap)/-2);width:auto}}