.textlist  ol > li{
    margin-bottom:8px;
    
}
.textlist ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0.5em;
}
.textlist ul > li:before {
    display: inline-block;
    content: "•";
    color: #A2C579;
    width: 1em;
    margin-left: -1em;
}
.textlist li {
    /*font-family: Inter,Arial,sans-serif;*/
    /*line-height: 1.60;*/
    /*font-weight: 400;*/
    margin-bottom: 8px;
}
