.wp-block {
  margin: 0 auto; }

.terms-of-use-page {
  padding: 200px 0 0;
  /* TABLET */
  /* END TABLET */
  /* MOBILE */
  /* MOBILE END */ }
  .terms-of-use-page h1, .terms-of-use-page h2, .terms-of-use-page h3, .terms-of-use-page h4, .terms-of-use-page h5, .terms-of-use-page h6 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: fit-content; }
  .terms-of-use-page > .blog-article {
    max-width: unset !important; }
  @media only screen and (max-width: 960px) {
    .terms-of-use-page {
      padding: 100px 0 0; } }
  @media only screen and (max-width: 575px) {
    .terms-of-use-page {
      padding: 150px 0 0; } }

