.checklist-grid{display:grid;grid-template-columns:250px 250px;justify-content:center;row-gap:15px}.checklist-grid__large{justify-content:space-evenly!important}@media (min-width:767px){.checklist-grid__large{grid-template-columns:250px 250px 250px}}@media (max-width:767px){.checklist-grid{justify-content:flex-start}}@media (max-width:500px){.checklist-grid{grid-template-columns:1fr}}.checklist{align-items:center;display:flex;flex-direction:row;gap:8px}.checklist p{margin:0;padding:0}