@media (min-width: 721px) {
  .focus-grid--balanced > .focus-card:first-child:nth-last-child(odd) {
    grid-column: 1 / -1;
  }
}
