/* _setting CSS */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .page_title {
    font-size: 7.1794871795vw;
    font-weight: bold;
    margin: 5.1282051282vw 0;
    padding-bottom: 2.5641025641vw;
    border-bottom: 2px solid #1E1B4A;
  }
  h3 {
    font-size: 4.6153846154vw;
    font-weight: bold;
    margin: 5.1282051282vw 0 2.5641025641vw;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .page_title {
    font-size: 3.2rem;
    font-weight: bold;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #1E1B4A;
  }
  h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 10px;
  }
}/*# sourceMappingURL=privacy.css.map */