.section_checklist-wrapper{align-items:flex-start;border-radius:20px;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;padding:2rem}.section_checklist-title{font-size:1.3rem!important;font-weight:700;line-height:1.35rem;line-height:1.7rem;text-transform:uppercase}.section_checklist-intro,.section_checklist-title{margin-bottom:.5rem!important}ol.section_checklist-list{counter-reset:list-counter;list-style:none;margin:0;padding:0}ul.section_checklist-list{display:flex;flex-direction:column;margin:0;padding-left:1rem}ul li.section_checklist-list_item{display:flex;flex-direction:row;gap:1rem;margin-bottom:.75rem}ol li.section_checklist-list_item{counter-increment:list-counter;padding-left:2rem;position:relative}ol li.section_checklist-list_item:before{content:counter(list-counter);font-size:1em;font-weight:700;left:6px;position:absolute}.section_checklist-list_item_icon svg{aspect-ratio:1;object-fit:contain;width:100%}.section_checklist-list_item_icon{align-items:center;display:flex;flex:0 0 20px;height:1.35rem;height:1.7rem;justify-content:center;width:1.35rem;width:1.7rem}.section_checklist-list_item_text{font-size:1.3rem;font-weight:400;line-height:1.7rem}.section_checklist-list_item_text strong{font-weight:700}@media (max-width:767px){.section_checklist-wrapper{padding:1rem}.section_checklist-list_item_text{font-size:1.1rem;line-height:1.4rem}.section_checklist-list_item_icon{height:1.3rem;width:1.3rem}li.section_checklist-list_item{gap:.5rem}}