.contact{
    padding: 6em 0 1em 0;
}
.contact-title-box{
    margin-bottom: 1em;
}
.contact-title-box h3{
    text-align: center;
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
    color: #000;
}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 216px;
    position: relative;
}
.ser-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #FCB941;
    margin-bottom: 3px;
}
.ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 42%;
}
.ser-t b.line {
    width: 80%;
    margin: 0 auto;
}
.ser-t span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #FCB941;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.image_box{
    text-align: center;
}
.image_box img{
    margin-bottom: 2em;
    width: 100%;
}

@media all and (max-width: 992px){
    .contact-title-box h3 {
        margin-bottom: 1em;
        font-size: 2em;
    }
}


