.team-loop-title a{
    font-size: 29.3px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 19px;
    font-family: Oswald;
    text-align: center;
    color: #03428e;
}
.team-loop-title {
    text-align: center;
}

.team-loop-short_description p {
    text-align: center;
    font-size: 21.3px;
    margin-top:-10px;
    color: #03428e;
}

.team-list-title {
    text-align: center;
    margin-bottom: 70px !important;
}

/*.team-page-content {*/
/**/
/*}*/

.single-team .team-page-content #personal-header{max-height: 30px;}

.single-team .team-page-content .team.type-team{border-bottom: 3px solid #03428e;}

.separator-row{margin-top: 70px;}

.auto-width {
    width: auto;
}
@media screen and (max-width: 767px){
    .team-all.fullwidth{width: auto;}
}

@media screen and (max-width:500px){
    .team .vc_sep_holder_l{
        display: block!important;
        min-width: 100%;
    }
}

.team-all {
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.white, .white a, .white p , .white span, .white i { color: #fff !important;}