.sitemap h1 {
    margin: 10px 0;
}
.sitemap .section {
    margin-bottom: 30px;
}
.sitemap .section .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -48px;
    place-content: baseline;
}
.sitemap .section .list .column {
    margin-bottom: 8px;
    margin-right: 48px;
}
.sitemap .section .list li {
    width: max-content;
    white-space: break-spaces;
}
div:not(.bx-core-window) ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -1px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1b265e;
    border-radius: 50%;
}
.sitemap .section .list li {
    width: max-content;
    white-space: break-spaces;
}
div:not(.bx-core-window) ul li {
    position: relative;
    margin-bottom: 1px;
    padding-left: 14px;
}