.con_box, .con_box2, .con_box3{
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
}
.con_box3{
    flex-wrap: wrap;
}
.office{
    border-radius: 12px;
    overflow: hidden;
    margin: 0 1rem;
    width: 400px;
    min-height: 200px;
}
.office.bg{
    position: relative;
    font-size: 1.125rem;
    color: #fff;
    background: #35a7e9;
    padding: 2rem;
    width: 400px;
}
.page_pro .office.bg{
    display: flex;
    justify-content: center;
}
.office.bg::before{
    content: "\ea34";
    font-size: 6.5rem;
    font-family: icomoon;
    opacity: .2;
    position: absolute;
    right: .5rem;
    bottom: -1rem;
}
.con_box2 .office.bg{
    width: 250px;
}
.con_box3 .office.bg{
    width: 100%;
    min-height: 60px;
    margin-top: 2rem;
}
.con_box3 .office.bg::before{
    font-size: 4rem;
}
.office h4{
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 500;

}
.con_box2 .office h4, .con_box3 .office h4{
    text-align: center;
    margin-bottom: 0;
}
.con_box2 .office h4{
    line-height: 80px;
}
.office_txt{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #35a7e9;
    padding: 2rem 0;
    margin: 0 1rem;
    width: calc(100% - 400px);
}
.con_box2 .office_txt{
    width: calc(100% - 250px);
}
.con_box3 .office_txt{
    width: 100%;
}
.con{
    margin: 0 1rem;
}
.con_txt {
    /* margin: 2rem 2rem 0 6.25rem; */
    font-size: 1.125rem;
}
.con h6{
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.con_txt li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 50px;
}

.con_txt .add::before, .con_txt .tel::before, .con_txt .fax::before, .con_txt .mail::before{
    color: #35a7e9;
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .con_box, .con_box2, .con_box3{
        flex-wrap: unset;
        align-items: self-start;
    }
    .office, .office.bg, .con_box3 .office.bg{
        width: 250px;
        margin-top: 0;
    }
    .con_box3 .office h4{
        line-height: 135px;
        text-align: center;
    }
    .con_box3 .office.bg::before {
        font-size: 6.5rem;
    }
    .ser_con .con_box2 .office.bg {
        width: 250px;
    }
}
@media screen and (max-width:1199px){
    .office_txt, .con_box3 .office_txt{
        flex-wrap: wrap;
        justify-content: flex-start;
        border-bottom: 0;
        padding: 0;
        width: calc(100% - 250px);
    }
    .con{
        border-bottom: 1px solid #35a7e9;
        margin-bottom: 1rem;
        padding: 1rem;
        width: 100%;
    }
    .office h4{
        font-size: 1.125rem;
    }
    .ser_con .con_box2 .office.bg {
    width: 200px;
}
}
@media screen and (max-width:767px) {
    .con_box, .con_box2, .con_box3{
        flex-wrap: wrap;
    }
    .office_txt, .con_box2 .office_txt{
        width: 100%;
        margin: 0;
    }
    .con_box2 .office.bg, .con_box3 .office_txt{
        width: 100%;
    }
    .office{
        min-height: 60px;
    }
    .con{
        margin: 1rem 0;
    }
    .con_box2 .office h4 {
        line-height: unset;
    }
    .con_box2 .office.bg::before {
        /* width: 60px;
        height: 60px; */
        font-size: 4rem;
    }
    .ser_con .con_box2 .office.bg{
        width: 100%;
    }
}