@media screen and (max-width: 9600px) {
  .privacy {
    height: auto;
    width: 100%;
    padding: 0 0 30px 0;
    background: #ffffff;
  }
  .privacy > .title {
    height: 50px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px #f7f7f7;
  }
  .privacy > .title > div {
    margin: 0 auto;
    width: 87.5%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .privacy > .content {
    margin: 0 auto;
    width: 87.5%;
  }
  .privacy > .content h2 {
    font-weight: bold;
  }
  .privacy > .content p {
    padding: 0 5px;
    text-indent: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .privacy {
    height: auto;
    width: 100%;
    padding: 0 0 30px 0;
    background: #f5f5f5;
  }
  .privacy > .title {
    height: 50px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px #f7f7f7;
  }
  .privacy > .title > div {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
  }
  .privacy > .content {
    width: 91%;
    max-width: 750px;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .privacy > .content h2 {
    font-weight: bold;
  }
  .privacy > .content p {
    padding: 0 5px;
    text-indent: 20px;
    font-size: 20px;
  }
}
