.ref-text sup {
    line-height: 0;
}

.team-box {
    text-align: center;
    margin: 0;
}

.team-box h3.team-member-name {
    margin-bottom: -10px !important;
    font-size: 20px !important;
}

.team-column {
    border: 1px solid #efefef !important;
    box-shadow: 0 0 5px 2px #efefef;
    transition: .5s;
}

.team-column:hover {
    transform: translateY(-6px);
    box-shadow: 0px 5px 6px 3px #ccc !important;
}

@media (min-width: 990px) {    
    .single-solid-area .avia-button-wrap {
        min-width: 200px;
    }
}