.page-header-title {
  margin-bottom: 80px;
  background: #0f0f67;
  height: 215px;
}
.page-header-title > h2 {
  color: #fff;
  font-size: clamp(20px, 3vw, 30px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 1.2% 0;
}

.privacy h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.7;
}
.privacy .privacy-wrap {
  margin-bottom: 40px;
  counter-reset: test;
}
.privacy ul.list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.privacy ul.list li {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(16px, 2vw, 20px);
  display: flex;
  line-height: 1.7;
}
.privacy ul.list li:before {
  counter-increment: test;
  content: counter(test) "";
  display: inline-block;
  margin-right: 40px;
}/*# sourceMappingURL=privacy.css.map */


@media screen and (max-width: 768px) {

  .page-header-title > h2 {
    padding: 50px 4%;
  }

  .page-header-title {
height:auto;
margin-bottom: 40px;
  }

  .privacy ul.list li:before {
    margin-right: 20px;
  }

  .privacy {
    padding: 0px 4% 0px 4%;
  }

}