.privacyPolicy-wrapper {
  width: 80%;
  margin: auto;
}
.privacyPolicy-wrapper .privacyPolicy-heading {
  font-weight: 600;
  text-align: center;
  padding: 1vw;
}
.privacyPolicy-wrapper .label-head p {
  font-size: 1.12vw;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .privacyPolicy-wrapper .label-head p {
    font-size: 16px;
  }
}
.privacyPolicy-wrapper .label-head h2 {
  font-size: 1.3vw;
  font-weight: bold;
}