.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    min-height: 50px;
}
