.privacy__block:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .privacy__block:not(:first-child) {
    margin-top: 50px;
  }
}
.privacy__block__heading {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .privacy__block__heading {
    font-size: 1.8rem;
  }
}
.privacy__block .paragraphs {
  margin-top: 20px;
}
.privacy__block ol {
  margin-top: 20px;
}
.privacy__block ol li {
  position: relative;
  line-height: 1.8em;
  padding-left: 20px;
}
.privacy__block ol li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__block ol li:not(:first-child) {
  margin-top: 15px;
}
.privacy__block ol li:first-child:before {
  content: "1.";
}
.privacy__block ol li:nth-child(2):before {
  content: "2.";
}
.privacy__block ol li:nth-child(3):before {
  content: "3.";
}
.privacy__block ol li:nth-child(4):before {
  content: "4.";
}
.privacy__block ol li:nth-child(5):before {
  content: "5.";
}
.privacy__block ol li:nth-child(6):before {
  content: "6.";
}
.privacy__block ol li:nth-child(7):before {
  content: "7.";
}
.privacy__block ol li:nth-child(8):before {
  content: "8.";
}
.privacy__block__list {
  margin-top: 15px;
}
.privacy__block__list .item {
  line-height: 1.8em;
}
.privacy__block__list .item:not(:first-child) {
  margin-top: 10px;
}