.privacy-policy-text{
  background-color: #f7f7f7;
  padding:70px 0;
}
.privacy-policy-text h1{
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #ee7202;
  text-align: center;
  margin-bottom: 14px;
}
.privacy-policy-text h2{
  font-weight: 400;
  font-style: normal;
  color: #ee7202;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: center;
}
.privacy-policy-text h3{
  font-weight: 400;
  font-style: normal;
  color: #ee7202;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin:0 0 6px;
}
.privacy-policy-text p{
  margin:0 0 15px;
}
@media (max-width: 767px) {
  .privacy-policy-text{
    padding:40px 0 !important;
  }
  .privacy-policy-text h1{
  font-size: 28px;
}
  .privacy-policy-text h2{
    font-size: 40px !important;
}