/*
Teamplate Name: themex 
Version: 1.0
*/
/* Type your CSS Here */
.privacy-list {
  list-style: none;
}

.privacy-list li {
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  padding-left: 1.5em;
  /* text-indent: 1.5em; */
}

.privacy-list li strong {
  color: #000;
  font-weight: 500;
}

.privacy-list li::before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  margin-right: 5px;
  margin-bottom: 2.5px;
}

.content-text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 12px;
}
