.entry-content ul:not([class]) {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8571428571;
    margin-top: 12px;
    padding-left: 18px;
}

.entry-content ul:not([class]) ul {
    margin-top: 6px;
    width: 100%;
}

.entry-content ul:not([class]) li {
    list-style: none;
    position: relative;
}

.entry-content ul:not([class]) li:not(:first-child) {
    margin-top: 6px;
}

.entry-content ul:not([class]) li::before {
    background-color: #309748;
    content: '';
    display: block;
    height: 6px;
    left: -18px;
    position: absolute;
    top: 9px;
    width: 6px;
}

.entry-content ul:not([class]) a {
    color: #309748;
}

.entry-content ul:not([class]) a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {

    .entry-content ul:not([class]) {
        font-size: 1rem;
        line-height: 1.75;
        margin-top: 24px;
    }

    .entry-content ul:not([class]) li::before {
        top: 11px;
    }
}
