:root {
  --text-color: #0d1149;
  --bg-color:#cededa;
  --black-color:#000;
}
* {
  margin: 0;
  padding: 0;
}
body {
}
.unordered-list {
  list-style: disc;
  list-style-position: inside;
}
.privacy-container {
  padding: 40px;
  background:var(--bg-color) ;
}
.main-h1 {
  font-size: 60px;
  line-height: 100px;
  padding: 0 10px;
  color: var(--text-color);
}
.privacy-content ol > li {
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
  color: var(--text-color);
}
.privacy-content ul > li {
  font-size: 16px;
  line-height: 30px;
  color: var(--black-color);
  padding: 0 30px;
}

.privacy-content span{
    font-size: 18px;
}
.refund-p{
  font-size: 18px;
  padding-left: 18px;
}