.node .copy ul li {
    background: none !important;
}

.node .copy ul li::before {
    content: "•";
    font-size: 1.25em;
    margin-left: -20px;
    margin-right: 10px;
}

.not-front #content .node .copy ul li,
.not-front #content .node .copy ol li {
    line-height: 1.25;
    padding-bottom: 1.25rem;
}