Conte elementos com CSS se você tiver apenas 2 - não mais ou 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