.content .card a{
    text-decoration: none;
    color: black;
}

.card-body {
    padding: 0.75rem 1.25rem;
}

.card-body img{
    float: right;
    margin: 0 0 .75rem 0;
    height: 90px;
}

.body-info {
    float: left;
}

.body-info p {
    margin: 0;
    font-size: 10pt;
}