.card {
  display: flex;
  justify-content: space-between;
}
  .card > div:last-of-type {
    height: 100%;
  }
  .card h3 {
    height: 100%;
  }  
