@media screen and (max-width: 1350px) {
    .listArticlesView {
        width: 80%;
    }
}

@media screen and (max-width: 950px) {
    .listArticlesView {
        width: 90%;
        padding: 0 15px;
        overflow-x: scroll;
    }

    th {
        min-width: 120px;
    }
}