.team-hero {    
    text-align:center;
    margin-bottom:54px;
}

    .team-hero a.view-all, .team-hero a.view-all:hover, .team-hero a.view-all:visited {
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        border-bottom: 3px solid rgba(35,66,129, 1);
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1em;
        padding-bottom: 5px;
    }

        .team-hero a.view-all:hover {
            border-bottom: 3px solid rgba(191,222,246, 0.8);
        }

