.xShidden {
    display: none;
}
.bg {
    background: url(../../imgs/people-bg.png) no-repeat;
    background-size: cover;
}
.peopleWrap {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 70px 0;
    margin: 0 auto!important;
}




@media screen and (min-width: 992px) {
    .borderLeftP {
        border-left: 1px solid #eee;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .borderRightP {
        border-right: 1px solid #eee;
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
    .lgShow > div {
        padding-left: 55px;
    }
}
@media screen and (max-width: 768px) {
    .peopleWrap {
        width: 100%;
    }
    .xsFlex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 992px) {
    .peopleWrap {
        width: 100%;
        display: inline-block;
    }
    .xsFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    .xShidden {
        display: block;
    }
    .lgShow {
        display: none;
    }
}
@media screen and (max-width: 1240px) {
    .peopleWrap {
        width: 85%;
    }
}
@media screen and (min-width: 1250px) {
    .borderLeftP {
        border-left: 1px solid #eee;
        padding-left: 55px!important;
        padding-right: 55px!important;
    }
    .borderRightP {
        border-right: 1px solid #eee;
        padding-right: 70px!important;
        padding-left: 70px!important;
    }

}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .borderLeftP {
        border-left: 1px solid #eee;
        padding-left: 55px!important;
        padding-right: 0px!important;
    }
    .borderRightP {
        border-right: 1px solid #eee;
        padding-right: 55px!important;
        padding-left: 0px!important;
    }
    .lgShow > div {
        padding-left: 55px;
    }
}