@font-face {
  font-family: 'Aktiv Grotesk Corp';
  src: url("../../css/fonts/AktivGroteskCorp-Regular.woff") format("woff"), url("../fonts/aktivgroteskcorp-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: wrap;
}

@font-face {
  font-family: 'Aktiv Grotesk Corp';
  src: url("../../css/fonts/AktivGroteskCorp-Light.woff") format("woff"), url("../fonts/aktivgroteskcorp-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: wrap;
}

html, body {
  font-family: Aktiv Grotesk Corp, sans-serif;
  color: #1B1C20;
}
.policy-body {
  display: flex;
  justify-content: center;
  padding: 50px;
}

.policy-title-new {
  font-size: 72px;
  margin-bottom: 50px;
  text-align: center;
}

.policy-desc-new {
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .policy-title-new {
    font-size: 50px;
  }
  .policy-desc-new {
    font-size: 18px;
  }
}
@media screen and (max-width: 570px) {
  .policy-title-new {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .policy-desc-new {
    font-size: 14px;
  }
  .policy-body {
    padding: 50px 20px;
  }
}