body {
  min-width: 1200px;
}

.privacy-policy {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 15px 160px;
}

.privacy-policy .title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  text-align: center;
}

.privacy-policy .content {
  margin-top: 25px;
  /* font-family: PingFang SC, PingFang SC; */
  color: #000000;
}

.content-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-indent: 2em;
}

.content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  margin-top: 20px;
}

.content-title-s {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .privacy-policy {
    max-width: 100%;
    padding: 125px 20px 80px;
  }

  .content-text {
    font-size: 16px;
    line-height: 26px;
  }

  .content-title {
    font-size: 22px;
    line-height: 26px;
  }

  .content-title-s {
    font-size: 16px;
    line-height: 26px;
  }
}