/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/terms-privacy/page.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.terms-privacy-container {
  font-size: 1.6vw;
  margin-top: 7vw;
  margin-bottom: 5vw;
  padding: 0px 1.7vw;
  font-weight: 500;
  line-height: 1.1;
}

.terms-privacy-container .about-page {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}

.terms-privacy-container p {
  margin-bottom: 1vw;
  line-height: 0.95;
}

.terms-privacy-container h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.7vw;
}

.terms-privacy-container h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 0.95;
}

.terms-privacy-container .wp-block-heading {
  font-weight: 700;
  font-size: 1.8vw;
}

@media only screen and (max-width: 1024px) {
  .terms-privacy-container {
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 64px;
    padding: 0px 16px;
  }

  .terms-privacy-container .wp-block-heading {
    font-weight: 700;
    font-size: 24px;
  }

  .terms-privacy-container p {
    margin-bottom: 15px;
  }
}

