.checklist{margin:100px auto;max-width:1700px;width:90%;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:0}.checklist .content{width:50%;height:100%}.checklist .image{width:50%;position:relative;overflow:hidden}.checklist .image::after{content:"";padding-bottom:100%;display:block}.checklist .image img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;object-position:center}.checklist .image:after{padding-bottom:80%}.checklist .content{padding:50px}.checklist .content .container{display:flex;justify-content:center;align-items:start;flex-direction:column;flex-wrap:nowrap;gap:30px;height:100%}.checklist .content .container *{color:#fff}.checklist .content .container .checklist-item{display:flex;align-items:flex-start;margin-bottom:20px}.checklist .content .container .checklist-item:last-of-type{margin-bottom:0}.checklist .content .container .checklist-item .checkmark svg{width:20px;height:20px;margin-right:15px}.checklist .content .container .checklist-item p{line-height:1.4}@media screen and (max-width:820px){.checklist{margin:50px auto}.checklist .content,.checklist .image{width:100%}.checklist .content{padding:20px}}