.checklist-module{display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}.checklist-module .checklist-item{align-items:center;display:flex;flex-flow:row nowrap;gap:24px}.checklist-module .checklist-checkbox{flex:0 0 50px}.checklist-module .checklist-title{margin-bottom:0}@media screen and (max-width:767px){.checklist-module{grid-template-columns:repeat(1,1fr)}}