.oh-bundles-grid {
    align-items: stretch;
}

.oh-bundle-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.oh-bundle-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.oh-bundle-card__footer {
    margin-top: auto;
}
