nav>ul>li.h-xs {
    display: none !important;
}

.news-list, .items {
    background-color: white;
}

.items {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.news-list-item, .w-100 {
    padding: 0 2rem;
    a {
        text-decoration: none;
        color: var(--main-color5);
    }
}

@media all and (min-width: 992px) {
    .w-100 {
        width: 30%;
    }
}
