.checklist-section{background:#f6f8fb;border-radius:20px;column-gap:20px;display:grid;justify-content:space-between;margin:0 auto;padding:40px;width:auto}.checklist-section-bg-white{background:#fff;box-shadow:0 0 6px 0 rgba(71,99,136,.1)}.checklist-section-4-fit-content{grid-template-columns:repeat(4,fit-content(100%))}.checklist-section-3-fit-content{grid-template-columns:repeat(3,fit-content(100%))}.checklist-section-2-fit-content{grid-template-columns:repeat(2,fit-content(100%))}.checklist-section-1-fit-content{grid-template-columns:fit-content(100%)}.checklist-section-4-equal{grid-template-columns:repeat(4,1fr)}.checklist-section-3-equal{grid-template-columns:repeat(3,1fr)}.checklist-section-2-equal{grid-template-columns:repeat(2,1fr)}.checklist-section-1-equal{grid-template-columns:1fr}.checklist-section>div{display:flex}.checklist-section>div:before{content:"";display:block;flex:none;height:7px;margin:10px 15px 0 0;width:10px}.checklist-section-pink>div:before{background:url(https://4059422.fs1.hubspotusercontent-na1.net/hubfs/4059422/Tiime%20Theme%202022/tiime-check-pink.svg) no-repeat;background-size:contain}.checklist-section-purple>div:before{background:url(https://4059422.fs1.hubspotusercontent-na1.net/hubfs/4059422/Tiime%20Theme%202022/tiime-check-purple.svg) no-repeat;background-size:contain}.checklist-section-dark>div:before{background:url(https://4059422.fs1.hubspotusercontent-na1.net/hubfs/4059422/Tiime%20Theme%202022/tiime-check-dark.svg) no-repeat;background-size:contain}@media screen and (max-width:992px){.checklist-section-3-fit-content,.checklist-section-4-fit-content{grid-template-columns:repeat(3,fit-content(100%))}.checklist-section-3-equal,.checklist-section-4-equal{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:600px){.checklist-section-3-fit-content,.checklist-section-4-fit-content{grid-template-columns:repeat(2,fit-content(100%))}.checklist-section-3-equal,.checklist-section-4-equal{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.checklist-section-2-fit-content,.checklist-section-3-fit-content,.checklist-section-4-fit-content{grid-template-columns:fit-content(100%)}.checklist-section-2-equal,.checklist-section-3-equal,.checklist-section-4-equal{grid-template-columns:1fr}}