:root {
  --txtBase: #212029;
  --txtGray: #6c6971;
  --gray: #ccc;
  --lightGray: #f2f2f2;
  --purple: #b06bbe;
  --lightPurple: #f8eafa;
  --red: #e28477;
  --lightRed: #fdefed;
  --blue: #4c86c5;
  --lightBlue: #e7f4fa;
  --gold: #9d7900;
  --lightGold: #fcfcdd;
  --green: #5db15b;
  --lightGreen: #edfded;
  --orange: #e5821c;
  --lightOrange: #fcf5e7;
  --productBorderLightPurple: #eccef0;
  --productBgLightPurple: #fefaff;
  --productBlue: #4580C2;
  --productGray: #484848;
  --productLightGray: #fcfcfc;
  --productBorderGray: #d7d7d7;
}

.pageHeader {
  padding-bottom: 60px;
  border-bottom: 1px solid #6c6971;
  margin-bottom: 100px;
}

h2 {
  font-size: 22px;
  letter-spacing: 1.03px;
  line-height: 33px;
  color: #b06bbe;
  margin-bottom: 42px;
  padding: 13px 23px;
  background: #f8eafa;
  position: relative;
  display: flex;
  align-items: center;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 32px;
  background: #b06bbe;
}

.privacyTitleNumber {
  margin-right: 13.5px;
}

.privacy {
  padding-bottom: 160px;
}

.privacyText {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.45px;
  line-height: 30px;
  margin-bottom: 70px;
}

.privacyRow:not(:last-child) {
  margin-bottom: 70px;
}

.privacyContent {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.45px;
  line-height: 30px;
}

.privacyContent ol {
  padding-left: 16px;
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 30px;
}

.privacyContent ul {
  padding-left: 16px;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 30px;
}

.privacyContent > *:not(:last-child) {
  margin-bottom: 20px;
}

.privacyContent ol li:not(:last-child),
.privacyContent ul li:not(:last-child) {
  margin-bottom: 2px;
}

.privacyContent .big li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding-bottom: 120px;
  }
  .pageHeader {
    padding-bottom: 47px;
    margin-bottom: 73px;
  }
  h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.85px;
    padding: 8px 10px 8px 13px;
    margin-bottom: 40px;
  }
  h2::before {
    height: 73%;
  }
  .privacyContent {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
  }
}