/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/large-paragraph/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.theme-block.large-paragraph {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
.theme-block.large-paragraph.no-top-spacing {
  margin-top: 0;
}
.theme-block.large-paragraph.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.large-paragraph .container .large-paragraph-container p {
  font-size: var(--font-size-xxl-paragraph);
  line-height: var(--line-height-xxl-paragraph);
}
.theme-block.large-paragraph .container .large-paragraph-container p:last-of-type {
  margin-bottom: 0;
}
.theme-block.large-paragraph .container .large-paragraph-container p a {
  font-size: var(--font-size-xxl-paragraph);
  line-height: var(--line-height-xxl-paragraph);
  font-weight: var(--font-regular);
}
.theme-block.large-paragraph .container .large-paragraph-container p strong {
  font-size: var(--font-size-xxl-paragraph);
  line-height: var(--line-height-xxl-paragraph);
  font-weight: var(--font-bold);
}

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