@media (min-width: 960px) {
    html {
        /*scroll-behavior: smooth;*/
    }

    .md-content__inner > ul:nth-child(4) {
        display: none;
    }
}
