.thumbnail-staff {
    flex-direction: row;
}
.staff-image {
    width: 100%;
    max-width: 200px;
    height: 250px;
    overflow: hidden;
}
.office-staff-first{
    padding: 60px 0 40px;
}
.nav-tab-employees {
    margin-bottom: 25px;
    border-bottom: none;
}

.office-staff-first .nav-tab-employees a {
    
    border: 1px solid #e5e5e5;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #898D90;
    width: 100%;
    max-width: none;
    border-radius: 0;
    transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease;
    display: block;
    text-decoration: none;
    padding: 19px 0 17px;
}
.office-staff-first .nav-tab-employees li{
    /*width: 50%;*/
    max-width: none;
    background: transparent;
    color: #898D90;
    font-size: 12px;
}
.office-staff-first .nav-tab-employees .active.show {
    background: #e5e5e5;
    color: #0C121C;
}

.row-employess .tab-content {
    width: 100%;
}
.phone, .mail {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #898D90;
    margin-bottom: 10px;
}
.staff-card {
    margin-bottom: 10px;
}
.caption.caption-staff.card-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}
h3.surname {
    
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0C121C;
}
p.position {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #898D90;
}

.staff-image {
    overflow: hidden;
}
.staff-image img {
    width: 100%;
}
a.send-message-staff {
    background: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 14px;
}
.thumbnail-staff .col-md-6 {
    display: flex;
    flex-direction: column;
    align-self: center;
}