/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
.content-policy {
  padding: 55px 24px 120px;
}
@media (min-width: 992px) {
  .content-policy {
    padding: 124px 40px 240px;
  }
}
.content-policy__container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.content-policy__content {
  line-height: 2;
  font-size: 15px;
}
.content-policy__content *:first-child {
  margin-top: 0;
}
.content-policy__content *:last-child {
  margin-bottom: 0;
}
.content-policy__content p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.content-policy__content h3 {
  margin-top: 56px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-size: 18px;
}
.content-policy__content a {
  color: currentColor;
  text-decoration: none;
  text-underline-offset: 3px;
}
.content-policy__content a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=maps/page-privacy.css.map */