h3 {
  width: 100%;
  float: left;
  margin: 20px 0 10px;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  line-height: 32px;
  color: #171613;
  font-weight: 700;
}

h5 {
  width: 100%;
  float: left;
  margin: 10px 0;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #171613;
  font-weight: 700;
}

h6 {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #171613;
  font-weight: 700;
}

p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}
ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #171613;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}
ul li p {
  width: auto;
  float: none;
}

a {
  color: #EA782F;
  font-weight: 700;
}
a:hover {
  color: #EA782F;
  font-weight: 700;
}

.desc {
  margin: 30px 0 80px;
}

.secondtitle {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  ul li {
    font-size: 14px;
    line-height: 19px;
  }
}/*# sourceMappingURL=privacy.css.map */