/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cta-banner/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.theme-block.cta-banner {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
.theme-block.cta-banner.no-top-spacing {
  margin-top: 0;
}
.theme-block.cta-banner.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.cta-banner .container .container-inner .banner-content {
  max-width: 1050px;
  padding: 150px 20px;
  margin: 0 auto;
  text-align: center;
}
.theme-block.cta-banner .container .container-inner .banner-content.no-link h2 {
  margin-bottom: 0;
}
.theme-block.cta-banner .container .container-inner .banner-content h2 {
  color: var(--color-brand-grey);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  margin-bottom: 40px;
}

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