ul.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--gray-600, #7E7E7E);
}

ul.checklist li {
    display: flex;
    margin-bottom: 8px;
    gap: 16px;
}

ul.checklist li::before {
    width: 24px;
    height: 24px;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g clip-path='url(%23clip0_1692_1149)'><path d='M9.9999 15.172L18.485 6.68594C18.8755 6.29547 19.5086 6.29547 19.8992 6.68577C20.2899 7.07626 20.2902 7.70974 19.8995 8.10036L10.707 17.2929C10.3165 17.6834 9.68332 17.6834 9.29279 17.2929L4.3429 12.343C3.95243 11.9525 3.95243 11.3195 4.3429 10.929C4.73336 10.5385 5.36643 10.5385 5.7569 10.929L9.9999 15.172Z' fill='%23FCB813'/></g><defs><clipPath id='clip0_1692_1149'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");
}

ul.checklist li:last-child {
    margin-bottom: 0;
}

#page ul {
    margin-bottom: 0;
}