div.image-with-checklist{display:grid;grid-template-columns:485fr 515fr;gap:2rem;grid-template-areas:"image checklist" "image checklist";margin-bottom:3.125rem}div.image-with-checklist img{grid-area:image;width:100%;height:100%;object-fit:cover;object-position:center}div.image-with-checklist.checklist{grid-area:checklist}div.image-with-checklist ul.check-list{padding-top:0.75rem}@media (max-width:768px){div.image-with-checklist{grid-template-columns:1fr;grid-template-areas:"image" "checklist";margin-top:1.5rem;margin-bottom:2.5rem;gap:1.25rem}div.image-with-checklist img{width:100%;height:auto}}