*{ color: #000; margin: 0; padding: 0 }
a{ text-decoration: none }
.inner{ width: 1000px; margin: 0 auto; overflow: hidden }
#privacy{ margin-bottom: 60px }
#privacy h2{ text-align: center; font-size: 40px; line-height: 60px; margin-bottom: 90px }
#privacy h3{ font-size: 20px; line-height: 30px; margin-bottom: 5px }
#privacy p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    border-top: 1px dotted #333;
    padding-top: 10px;
}
footer{ width: 100%; background: #000 }
footer small{ display: block; text-align: center; font-size: 12px; line-height: 18px; color: #fff; padding: 10px 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 }
}