:root {
  /* Colors */
  --primary-color: #8e1699;
  --text-color: #211e38;
  --white-color: #ffffff;
  --gray-color: #959595;
  --dark-gray-color: #4d4d4d;
  --light-color: #ecf0ff;
  --danger-color: #ff3b3b;
}

.privacy .hiro {
  background: url("../images/privacy-hiro.png") no-repeat;
  background-size: cover;
  background-position: 0px;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.privacy .hiro h2 {
  padding: 1em;
  font-weight: 700;
  color: #fff;
}
.privacy .cont {
  margin: 1rem 0rem;
  padding: 0rem 2rem;
}
.privacy .cont h4 {
  color: var(--text-color);
}
.privacy .cont ul {
  list-style: disc;
}
.privacy .cont ul li {
  width: 90%;
  margin: 0.5rem 2rem;
  font-weight: 500;
  color: var(--gray-color);
  font-size: 1.1rem;
}/*# sourceMappingURL=privacy.css.map */