.card-container {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}

.k-card {
    width: 285px;
    margin: 5%;
}

.k-card-footer {
    text-align: center;
    border-width: 1px 0 0;
    border-color: inherit;
}

.k-card .rbButton.k-button.rbHovered {
    color: inherit
}

.k-button.RadButton.rbRounded {
    border-radius: 0
}
