.case_con {
    width: 30%;
    padding: 10px 0;
}

.case_con div {
    overflow: hidden;
}

.case_con div img {
    transition: all .5s ease;
}

.case_con:hover div img {
    transform: scale(1.1);
}

.case_con h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.case_con:hover h3 {
    color: #2a2b7b;
}

/* ****************************************************************************************************** */

.pro_con {
    width: 30%;
    margin: 10px 0;
    border: 1px solid #e5e5e5;
}

.pro_con:hover {
    border-color: #01b8b6;
}

.pro_con div {
    overflow: hidden;
}

.pro_con div img {
    transition: all .5s ease;
}

.pro_con:hover div img {
    transform: scale(1.1);
}

.pro_con h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.pro_con:hover h3 {
    color: #01b8b6;
}

.cpsx {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.cpsx h3 {
    width: 100%;
    background: #eee;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    margin-bottom: 15px;
}

.cpsx h3 span {
    background: #2a2b7b;
    padding: 0 10px;
    display: inline-block;
}

.cpsx div {
    width: 48%;
    margin: 7px 1%;
}

.jobMore {
    display: block;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    background: #9c9c9c;
    border-radius: 50%;
    margin: auto;
}

.jobMore:hover {
    color: #fff;
    background: #01b8b6;
}