.list-authors .card {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: #f5f5f5;
    border: solid 1px #f0f0f0;
}

@media (max-width: 991.98px) {
    .list-authors .card {
        display: flex;
        flex-flow: row wrap;
    }
}

.list-authors .card .card-body {
    padding-bottom: 0;
    padding-top: 0;
}

.list-authors .card .card-body .author-name {
    font-size: 12pt;
    color: #19bce5;
    margin-top: 10px;
    margin-bottom: 0;
}

.list-authors .card .card-body .author-desc {
    font-weight: 400;
    color: #767676;
    text-transform: uppercase;
    margin-bottom: 0;
}

.list-authors .card .card-body i {
    color: #dddde0 !important;
    width: auto;
    margin: 0;
}

.list-authors .card .card-body:last-child i {
    display: none;                
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .list-authors .card .card-body:last-child i {
        display: unset;
    }
}
