.help {
    font-size: 11px;
    color: #6495ed;
}
.stretch-card .card {
    position: relative;
}
.card-label {
    display: block;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 13px;
    position: absolute;
    top: -5px;
    right: 5px;
    color: #fff;
    background: red;
    z-index: 1;
}
