@import url('../css/head_foot.css');
.content .cont {
  width: 1280px;
  padding: 24px 60px 32px;
  margin: 0 auto;
}
.content .cont .privacy {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}
.content .cont h4 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
.content .cont .text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
