ul.checkmark-bullets {
    list-style-type: none;
    padding-left:0;
    margin-left:0;

}

ul.checkmark-bullets li {
    margin-bottom: .375rem;
    padding-left: 1.75rem;

    background-image: url("/assets/images/checkmark-bullet.svg");
    background-repeat: no-repeat;
    background-position: 0 6px;
    /* background-size: 1.04188rem 1.04188rem; */
}

ul.timeline-list {
    list-style-type: none;
    padding-left:0;
    margin-left:0;
}

ul.timeline-list li {
    margin-bottom: .375rem;
    padding-left: 1.75rem;
}

.blue-bullet {
    background-image: url("/assets/images/circle-bullet-blue.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    /* background-size: 1.04188rem 1.04188rem; */
}

.gold-bullet {
        background-image: url("/assets/images/circle-bullet-gold.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    /* background-size: 1.04188rem 1.04188rem; */
}

.two-column-list {
    columns: 2;
    column-gap: 1.88rem;
}

@media screen and (max-width: 768px) {
    .two-column-list {
        columns: 1;
    }
}
