*{ color: #1e1e1e; margin: 0; padding: 0 }
html {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1.7em;
}
a{ 
    cursor: pointer;
    text-decoration: underline;
 }
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.inner{ width: 700px; margin: 0 auto; overflow: hidden;}
#privacy{ margin-bottom: 60px }
#privacy h2{ text-align: center; font-size: 30px; line-height: 60px; margin-bottom: 90px }
#privacy h3{ font-size: 20px; line-height: 30px; margin-bottom: 5px }
#privacy p {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 30px;
    border-top: 1px solid #1e1e1e;
    padding-top: 10px;
}
footer{ width: 100%; 	background: #1e1e1e; }
footer small{ display: block; text-align: center; font-size: 65%; line-height: 18px; color: #fff; padding: 20px 0}

@media(max-width: 1020px){
.inner{ width: 100%; box-sizing: border-box; padding: 0 10px }
}

@media(max-width: 768px){
#privacy{ margin-bottom: 30px }
#privacy h2{ font-size: 24px; line-height: 36px; margin-bottom: 50px }
#privacy h3{ font-size: 18px; line-height: 27px; margin-bottom: 5px }
#privacy p{ font-size: 14px; line-height: 21px; margin-bottom: 15px }
}