@media screen and (min-width: 1200px) {
.articles { min-height: 430px; height: 430px }
.articles__nonimportants {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: unset;
width: 100%;
}
}