.card {
    background: #fff;
    border: 0;
    box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
    border-radius: .4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card .card-header,
.card .card-body,
.card .card-footer {
    padding: .8rem;
}

.card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card .card-image:first-child img {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
