.team-wrapper {
    width: 350px;
    height: 450px;
    float:left!important;
    padding: 0;
    /*margin: 40px 50px 0 0;*/
    margin: 0 auto;
    text-align: center;
}

.team-wrapper > span { font-size: 18px; font-weight: 600; line-height: 1.5; color:#484949; }
.team-wrapper > p { font-size: 15px; font-weight: 600; line-height: 1.5; color:#484949; }

.team-wrapper .team-col-round {
    width: 350px;
    background: url('../images/team-bg-round.png') no-repeat;
    background-size: contain;
    height: 350px;
    padding:0;
}

.team-wrapper .team-col-round-blue {
    width: 350px;
    background: url('../images/team-bg-round-blue.png') no-repeat;
    background-size: contain;
    height: 350px;
    padding:0;
}

.team-wrapper .team-col-round-gray {
    width: 350px;
    background: url('../images/team-bg-round-gray.png') no-repeat;
    background-size: contain;
    height: 350px;
    padding:0;
}

.team-wrapper-2 {
    width: 295px;
    height: 350px;
    float:left!important;
    padding: 0;
    text-align: center;
}

.team-wrapper-2 > span { font-size: 18px; font-weight: 600; line-height: 1.5; color:#484949; position:relative; display: table; text-align:center; margin: -60px auto; }
.team-wrapper-2 > p { font-size: 15px; font-weight: 600; line-height: 1.5; color:#484949; position:relative; margin-top: 60px; text-align:center; }

.team-wrapper-2 .team-col-rect {
    width: 295px;
    background: url('../images/team-bg-rect.png') no-repeat;
    background-size: contain;
    height: 350px;
    padding:0;
}

.team-col-rect .member-img { 
     width: 200px;
    height: auto;
    z-index: 1;
    margin-left: -45px!important; }

.team-wrapper .member-img {
    width: 250px;
    height: auto;
    z-index: 1;
    margin-left: 0;
    margin-top: 10px;
}

.team-wrapper .layer-2 {
    width: 350px;
    height: auto;
    z-index: 2;
    margin-top: -350px;
}

.team-wrapper .layer-3 {
    width: 350px;
    height: auto;
    z-index: 2;
    margin-top: -445px;
}

.center-content {
    margin: 0 auto;
}

