.staff-wrap .staff-con{
width: 980px;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.staff-wrap .staff-con div{
width: 30%;
margin: 30px 0px;
}

.staff-wrap .staff-con img{
border: 1px solid #eee;
box-shadow: 1px 1px 2px #aaa;
padding: 10px;
background-color: #fff;
}

.staff-wrap .staff-con p{
text-align: center;
font-size: 16px;
margin-top: 8px;
}

.staff-wrap .staff-con span{
text-align: center;
display: inline-block;
padding: 2px 10px;
color: #fff;
background-color: #ed6103;
margin-right: 10px;
border-radius: 12px;
font-size: 14px;
}


@media screen and (max-width: 1200px) {
.ib{
width: 100% !important;
}

}


@media screen and (max-width: 980px) {
.staff-wrap .staff-con{
width: 100% !important;
}

}


@media screen and (max-width: 520px) {

.staff-wrap .staff-con p{
font-size: 12px;
}

.staff-wrap .staff-con span{
font-size: 12px;
}
}