.team-wrapper {
    padding: 20px 20px 30px;
    text-align: center;
    border: 1px solid #d8d8d8;
    display: block !important;
    transition: .5s;
    background-color: #fff;
}
.team-wrapper:hover {
    transform: translateY(-6px);
}

a.team-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.full-name {
    font-size: 20px;
    color: #666 !important;
    margin-top: 10px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.full-name:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: var(--yellow);
}

.team-title {
    color: #333 !important;
}

.center-four-columns:nth-child(n+2) {
    margin-top: 50px;
}

.thumbnail-block img {
    border: 1px solid #e8e8e8 !important;
}