/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/import-glob-loader/index.js!./wp-content/themes/hartbrugreizen/components/text-block/text-block.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
.text-block {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .text-block {
    margin-bottom: 8.5rem;
  }
}
.text-block__title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  font-family: "Maven Pro", sans-serif;
}
@media print, screen and (min-width: 64em) {
  .text-block__intro {
    padding: 0 0.625rem 0 2.6875rem;
  }
}
.text-block h3 {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .text-block h3 {
    margin-bottom: 2.4375rem;
  }
}
.text-block p {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .text-block p {
    margin-bottom: 2.3125rem;
  }
}
