ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section li,
section ul li {
    list-style: none;
    background-image: none;
}

i.fa-chevron-circle-right,
i.fa-chevron-circle-down {
    cursor: pointer;
}