.user {
    font-size: 13px;
    font-weight: 100;
}

.user a {
    color: black;
    text-decoration: none;
    font-weight: 400;
}

p.card-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 19px;
}

.country {
    margin: 5px 0 0;
    margin-bottom: 15px;
}

ul.date-foot-card {
    display: flex;
    list-style-type: none;
    font-size: 12px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -4px;
    padding-top: 18px;
}

ul.b.date-foot-card {
    display: block;
    font-weight: normal;
}

h4.card-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 21px;
    color: rgb(4, 92, 92);
    font-weight: 700;
}
