.tab-content{
    margin-bottom: 60px;
}
.surname{
    font-size:18px;
    color:black;
    padding-bottom: 10px;
}
.position{
    font-size: 12px;
    color:#1e282e;
    padding-bottom: 14px;
}
.phone, .mail{
    font-size: 11px;
    color:#1e282e;
    padding-bottom: 12px;
}
.office-staff-first{
    margin-top:60px;
    margin-bottom: 15px;
}
.caption-staff{
    text-align: left;
}
.thumbnail-staff{
    background-color:#f5f9fa;
    text-align:center;
    height: auto;
    flex-direction: row;
    border-radius: 0;
    border-color: #f5f9fa;
    transition: 0.3s ease;
}
.thumbnail-staff > img {
    width: 100%;
}
.nav-tab-employees > li {
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.nav-tab-employees {
    margin-bottom: 20px;
}
.nav-tab-employees .nav-link.active, .nav-tab-employees .nav-link:hover {
    border-bottom: 4px solid black;
    background: #eff4f5;
    color: #1e282e;
}
.nav-tab-employees > li > a {
    margin-right: 0!important;
    color: #555555;
    background-color: #eff4f5;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: .2s ease;
}
.nav-tab-employees > li > a:hover {
    border-color: #fff;
}
