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

#privacy-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 .p-inner {
	max-width: 1000px;
	background: #fff;
	padding: 160px 80px 80px;
	margin: 0 auto;
}

#editor .p-con {
	margin-bottom: 60px;
}

#editor h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#editor p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

#editor li {
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 0.8rem;
	margin-left: 4rem;
}

#editor span {
    display: inline-block;
}


#editor .p-inner {
    padding: 130px 60px 70px;
}