#news__filter {
    width: 21rem;
}

.list-wrapper {
    width: calc(100% - 21rem);
}

@media (min-width: 992px) {
    .btn.btn-filter {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .list-wrapper {
        width: 100%;
    }

    .card.news-filter {
        height: 100%;
        margin-bottom: 0;
        border-radius: 0;
    }
}