@charset "utf-8";
.site-map {
    display: flex;
    flex-wrap: wrap;
}

.content ol {
    padding-left:1.5rem;
    list-style: decimal;
}

.content ul {
    padding-left: 1.5rem;
    width: 25%;
    margin-bottom: 15px;
}

.content ul li ul {
    list-style: disc;
    width: 100%;
}

.content ul li,
.content ol li {
    margin-bottom: .25rem;
}

@media (max-width: 767px) {
    .content ul {
        width: 100%;
    }
}