  .department-wrap:before {
    content: attr(data-department-title);
    font-size: 1.5rem;
    display: block;
    color: #000;
    line-height: 2rem;
    margin: 20px 0;
}

.student .award {
    display: none;
}

.student .award.show {
    display: block;
    border: 1px solid #dee2e6;
    padding: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#awards_list .student a.read-more {
    display: block;
    background: #aa1010;
    color: #fff;
    padding: 10px;
    text-decoration: none !important;
    margin: 20px 0 0;
}