.mnt-bulleted-list-container * {
    line-height: 28px;
    max-width: 824px;
    margin: auto;
}

.mnt-bulleted-list-container :target {
    scroll-margin-top: 100px;
}

.mnt-bulleted-list-container a {
    font-size: inherit;
}

.mnt-bulleted-list-container ul li {
    font-size: 18px;
    line-height: 28px;
    list-style-position: outside !important;
    margin-bottom: 8px;
    margin-left: 20px;
    color: #1F1E1F;
    padding-left: 4px
}

.mnt-bulleted-list-container li a {
    margin: 0 !important
}

.mnt-pink-checkmark ul {
    list-style-image: url(/files/pink-checkmark.svg)
}

.mnt-pink-bullet ul {
    list-style-image: url(/files/pink-circle.svg)
}

.mnt-green-bullet ul {
    list-style-image: url(/files/green-circle.svg)
}

.mnt-green-checkmark ul {
    list-style-image: url(/files/green-checkmark.svg)
}

@media only screen and (max-width: 1024px) {
    .mnt-bulleted-list-container :target {
        scroll-margin-top: 50px;
    }

    .mnt-bulleted-list-container ul li {
        font-size: 18px;
        line-height: 26px;        
    }
}
