/* Start custom CSS */div.services li {
    list-style: '\2713' !important;
    padding-left: 10px !important;
}

div.services li::marker{
    color: var(--thm-base) !important;
}

div.services ul {
    padding-left: 10px !important;
}/* End custom CSS */