.roll_title {
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #495770;
    line-height: 22px;
}
.iCountUp {
    height: 38px;
    font-size: 30px;
    font-family: DINPro-Medium,DINPro;
    font-weight: 500;
    color: #50CB86;
    line-height: 38px;
    margin-top: 20px;
}
.roll .col-md-3{
    margin-top: 100px;
}
.about-content{
    margin-bottom: 0 !important;
}
.team{margin-top: 100px}

.department_tit{
    border: 2px solid #fff;
    -webkit-box-shadow: 8px 8px 20px 0 rgb(55 141 170 / 10%), -8px -8px 20px 0 #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 141 170 / 10%), -8px -8px 20px 0 #fff;
    padding: 20px;
}
.team_content .col-md-4{
    margin-bottom: 30px;
}
.department_tit span {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    display: block;
}
.department_team {
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    color:rgb(73, 87, 112);
    text-align: justify;
}
@media screen and (max-width: 991px){
    .roll .col-md-3 {
        margin-top:5em;
    }
    .row{
        margin: 0;
    }
    .iCountUp{

        margin-top: 1em
    }
}