.p-privacy__body {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-privacy__body {
    margin-top: 60px;
  }
}
.p-privacy-box {
  margin-top: 90px;
  margin-bottom: 90px;
}
.p-privacy-box:last-child {
  padding-bottom: 90px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-privacy-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-privacy-box:last-child {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}