.editor-styles-wrapper,
.policy-page {
  padding: 200px 0 0;
  /* TABLET */
  /* END TABLET */
  /* MOBILE */
  /* MOBILE END */
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6,
.policy-page h1,
.policy-page h2,
.policy-page h3,
.policy-page h4,
.policy-page h5,
.policy-page h6 {
  text-align: center !important;
  margin: 25px auto;
  width: fit-content;
}
.editor-styles-wrapper strong,
.policy-page strong {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.editor-styles-wrapper > .blog-article,
.policy-page > .blog-article {
  max-width: unset !important;
}
@media only screen and (max-width: 960px) {
  .editor-styles-wrapper,
  .policy-page {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper,
  .policy-page {
    padding: 150px 0 0;
  }
}

.editor-styles-wrapper .wp-block {
  color: #33313d;
  font-family: "open sans", serif;
  max-width: 914px;
}
.editor-styles-wrapper h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.editor-styles-wrapper h2 {
  font-size: 30px;
}
.editor-styles-wrapper p, .editor-styles-wrapper ul {
  font-size: 20px;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul.block-editor-block-list__block {
  margin: 25px auto;
  padding: 0 0 0 70px;
}
.editor-styles-wrapper ul.block-editor-block-list__block li {
  margin: 0 0 25px;
  padding: 0 0 0 30px;
}

/*# sourceMappingURL=policy.css.map */
