@media (min-width: 992px) {
      .article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }
    }