.section__privacy {
  margin-top: 200px;
  margin-bottom: 200px;
}

.section__privacy--subtitle {
  opacity: 0.1;
  text-align: center;
}

.section__privacy--title {
  font-size: 32px;
  margin-top: -1.5em;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}
h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--tantive-main-color);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -1;
}

.site,
.ad,
.right,
.disclaimer {
  margin-bottom: 2em;
}
.site p,
.ad p,
.right p,
.disclaimer p {
  line-height: 2;
}/*# sourceMappingURL=style-privacy.css.map */