.cardGroup {
  display: flex;
  // justify-content: space-between;

  .cardGroupRight {
    flex: 1 1 auto;
  }
}
