.customer-wrap {
	width: 1200px;
	margin: 200px auto 100px;
}
#sub_tit {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
}
#sub_tit h2 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.sub_line {
    width: 1px;
    height: 38px;
    background-color: #404040;
    margin: auto;
    margin-top: 35px;
}