.section.two-column-checklist{padding-bottom:120px}.two-column-checklist__inner{align-items:center;display:grid;gap:var(--gap-section-internal);grid-template-columns:1fr 1fr}.two-column-checklist__image{order:0}.two-column-checklist--image-right .two-column-checklist__image,.two-column-checklist__content{order:1}.two-column-checklist--image-right .two-column-checklist__content{order:0}.two-column-checklist__image img{border-radius:var(--radius-image);height:auto;width:100%}.two-column-checklist__content{display:flex;flex-direction:column;gap:var(--gap-component)}.two-column-checklist__headline{color:var(--hopco-navy)}.two-column-checklist__body p{margin:0}.two-column-checklist__body p+p{margin-top:1em}.two-column-checklist__rows{display:flex;flex-direction:column;gap:16px}.two-column-checklist__row{align-items:flex-start;display:flex;font-size:var(--type-body);gap:16px;line-height:var(--lh-body)}.two-column-checklist__check{flex-shrink:0;height:auto;margin-top:6px;width:24px}.two-column-checklist__row-text{flex:1;font-weight:700}@media (max-width:991px){.two-column-checklist__inner{gap:var(--gap-component);grid-template-columns:1fr}.two-column-checklist--image-right .two-column-checklist__image{order:0}.two-column-checklist--image-right .two-column-checklist__content{order:1}}