#contact-header {
	border-top: 200px solid #bbb;
}

#contact-header h2 {
    text-transform: uppercase;
    font-size: 3.2rem;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 5px;
}

#privacy-header hr.section-line {
    width: 100px;
    border-bottom: 2px solid;
    margin: 0 auto;
}

#editor {
    background: #ececec;
    margin: 70px 0 130px;
    padding: 100px 0;
}

#editor .c-inner {
	max-width: 900px;
	background: #fff;
	padding: 160px 80px;
	margin: 0 auto;
}

#editor h3 {
	font-size: 2.1rem;
	margin-bottom: 50px;
}

#editor .c-con {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 60px;
}

#editor .c-con dt {
    width: 30%;
    font-weight: 700;
}
#editor .c-con dd {
    width: 70%;
}
#editor .c-con dt, .c-con dd {
    margin: 3px 0;
}

@media screen and (max-width: 676px) {
#editor .c-inner {
    padding: 50px 5%;
}
#editor .c-con dl {
}
#editor .c-con dt {
width: 100%;
margin-bottom: 20px;
}
#editor .c-con dd {
width: 100%;
margin: 0 0 10px;
}
}