ul.article-sections {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0 !important;
    margin: 0 !important;
}

li.article-sections__item {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

li.article-sections__item:before {
    display: none !important;
}

@media (min-width: 769px) {
    ul.article-sections {
        flex-direction: row;
    }
}