@media screen and (min-width: 768px) {
  #privacy_policy {
    margin: 0 auto;
    width: 1040px;
  }
  #privacy_policy .policy h2 {
    color: #282828;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    padding-bottom: 20px;
    border-bottom: 1px solid #ababab;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  #privacy_policy p {
    line-height: 2.1;
    text-align: justify;
  }
} 
@media screen and (max-width: 767.999px) {
  #privacy_policy {
    padding: 10px 40px 50px;
  }
  #privacy_policy h2 {
    color: #282828;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.35;
    padding-bottom: 16px;
    border-bottom: 1px solid #ababab;
    margin-top: 50px;
    margin-bottom: 16px;
  }
  #privacy_policy p {
    line-height: 2.1;
    text-align: justify;
  }
}