.no-background {
    background-image: none !important;
}

.custom-list-checkmark ul {
    list-style: none;
}

.custom-list-checkmark ul li {
    margin-bottom: 1.4rem;
}

.custom-list-checkmark ul li:before {
    content: '✅';
}

.lined-divider {
    font-size: 2rem;
}