/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/animated-numbers/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Colours
 *
 */
/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.animated-number-block {
  position: relative;
  max-width: 100%;
}
.animated-number-block .animated-number {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .animated-number-block .animated-number {
    font-size: 3rem;
    line-height: 3rem;
  }
}

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