.cards{display:grid}.cards .card{align-items:center;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.2);display:flex;flex-flow:column nowrap;justify-content:flex-start;text-align:center}.cards .card h4,.cards .card p{width:100%}.cards .card:not(.checklist){padding:4rem}.cards .card:not(.checklist) h4,.cards .card:not(.checklist) p{margin:0;width:100%}.cards .card:not(.checklist) img{height:100%;object-fit:contain;width:100%}.cards .checklist h4{margin:0;padding:4rem}.cards .checklist ul{margin:0;padding:0 4rem 4rem;width:100%}.cards .checklist ul li{align-items:center;display:flex;justify-content:flex-start;margin-bottom:2rem;text-align:left}.cards .checklist ul li:last-of-type{margin-bottom:0}.cards .checklist ul li .checkmark{fill:#003b73;flex-shrink:0;height:2rem;margin-right:1rem;width:2rem}.cards .checklist .img_wrapper{height:200px;width:100%}.cards .checklist .img_wrapper img{height:100%;object-fit:cover;width:100%}.cards .icon h4{padding:4rem 0}.cards .icon .img_wrapper{height:200px;width:200px}.cards .link h4{padding:0 0 4rem}.cards .link p{padding-bottom:4rem;padding-top:2rem}.cards .link .img_wrapper{height:100px;width:100px}.cards .link .button{margin-top:auto}