@media (min-width: 2800px) {
    .container {
        width: auto !important;
    }
    .article-wrapper {
        justify-content: space-evenly;
    }
    .article-text {
        width: auto !important;
    }
}
