.site-map {
    margin-top: var(--templates-margin-l);
    padding-left: 0;
    > li {
        margin-bottom: var(--spacing-3xl);
    }
    li:before {
        content: none;
    }
}