/**
 * Latest-articles row only. Offer sections also use `.grid--3`, so their tracks
 * must remain governed by the global grid rules in style.css.
 */
@media (min-width: 640px) {
  .articles-grid--1 {
    grid-template-columns: minmax(0, 405px);
    justify-content: center;
  }

  .articles-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 405px));
    justify-content: center;
  }
}
