.card-base {
    flex: 1;
    display: flex;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    min-height: 10rem;
    border: 1px solid gray;
}

.card-base.--link:hover {
    border: 1px solid #CE0B0B;
}

.card-base__heading {
    font-size: 2rem;
}

.card-base__description {
    margin-bottom: 0;
}