.wp-block-list	{
    margin: 20px 0;

    li {
        margin: 10px 0;
        padding-left: 20px;
        position: relative;
        /* list-style: "\f0da"; */
        font-family: Manrope;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;

        &::marker {
            content: "\f0da";
            font-family: "FontAwesome";
            position: absolute;
            left: 0;
            font-size: 20px;
            color: var(--systemoun-strong-color, #19744C);
        }
    }


}