.card-accordion-simple .card-header a,
div.card-body ul li,  section .container ul li
{
    font-size:19px;
    line-height: 36px;
}
div.card-body ul, section .container ul {
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
    text-indent: -1.2em;
}

section ul li:before,
.mce-content-body ul li:before {
    color: $primary-color;
    /* set color to red */
    content: "\25AA";
    /* /2022 is the numerical unicode for &bull; */
    font-size: 1.7em;
    /* set the font-size of the bullet if necessary. Make sure to use em or %*/
    padding-right: .15em;
    /* give the bullet some padding from the text Make sure to use em*/
    position: relative;
    top: .1em;
    /* set the vertical position of the bullet if necessary. Make sure to use em or % */

}
