#content ol li ul {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}

@media screen and (min-width: 781px) {

    #content ul,
    #content ol {
        margin-bottom: 0;
        margin-left: 1rem !important;
        list-style-position: inside;
    }
}