@charset "UTF-8";

.privacy-list {
  margin-top: 100px;
}

@media screen and (max-width: 519px) {
  .privacy-list {
    margin-top: 84px;
  }
}
