Cuente elementos con CSS si solo tienes 2, no más o menos

  .cards-row:first-child:nth-last-child(2),
  .cards-row:first-child:nth-last-child(2) ~ .cards-row{
    margin-bottom: 2.2rem;
  }
Matt Miller