.cards {
    min-height: 190px;
    border-top: 8px solid transparent;
    border-image-slice: 1;
    margin-bottom: 10px;
    background: #2e0201;

}

.cards a {
    text-decoration: none;
    color: #fff;
}

.cards a:hover {
    text-decoration: underline;
    text-decoration-color: #edb700;
}

.cards img {
    border-radius: 50%;
    border: #0f0202 solid 5px;
    height: 128px;
    width: 130px;
}

.cards h4 {
    font-size: 22px;
    margin: 10px 0 10px 0;
    padding: 0px;
    font-family: aller;
    font-weight: bold;
    line-height: 30px;
}