/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/text-content/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.theme-block.text-content {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
.theme-block.text-content.no-top-spacing {
  margin-top: 0;
}
.theme-block.text-content.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.text-content .container .text-content-inner .text-content-row {
  margin-bottom: 60px;
}
.theme-block.text-content .container .text-content-inner .text-content-row:last-of-type {
  margin-bottom: 0;
}
.theme-block.text-content .container .text-content-inner .text-content-row h2 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
.theme-block.text-content .container .text-content-inner .text-content-row p {
  font-size: var(--font-size-lg-paragraph);
  line-height: var(--line-height-lg-paragraph);
}
.theme-block.text-content .container .text-content-inner .text-content-row p a {
  font-size: var(--font-size-lg-paragraph);
  line-height: var(--line-height-lg-paragraph);
  font-weight: var(--font-regular);
}
.theme-block.text-content .container .text-content-inner .text-content-row p strong {
  font-size: var(--font-size-lg-paragraph);
  line-height: var(--line-height-lg-paragraph);
  font-weight: var(--font-bold);
}

/*# sourceMappingURL=style-index.css.map*/