@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
body img {
  max-width: 100%;
}

header {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.1294117647);
  position: fixed;
  width: 100%;
  top: 0px;
}
header .logo {
  width: 229px;
}

.privacy-policy-sec {
  background: url(assets/images/hero-bg.png);
  padding: 120px 0px 80px 0px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.privacy-policy-sec h1 {
  font-size: 60px;
  color: #323945;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy-policy-sec h2 {
  font-size: 36px;
  color: #323945;
  font-weight: 600;
  margin: 26px 0px;
}
.privacy-policy-sec h3 {
  font-size: 26px;
  color: #323945;
  font-weight: 600;
  margin: 30px 0px;
}

.terms-sec {
  padding: 60px 0px;
  font-size: 14px;
}
.terms-sec .footer-logo img {
  width: 229px;
}
.terms-sec ul {
  padding: 0px;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0px;
}
.terms-sec ul li {
  list-style: none;
}
.terms-sec ul li a {
  color: #323945;
  text-decoration: none;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .privacy-policy-sec h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .privacy-policy-sec h2 {
    font-size: 26px;
    margin: 20px 0px;
  }
  .privacy-policy-sec h3 {
    font-size: 20px;
    margin: 20px 0px;
  }
  .terms-sec {
    padding: 40px 0px;
    text-align: center;
  }
  .terms-sec .row {
    gap: 20px;
  }
}/*# sourceMappingURL=privacy-policy.css.map */