/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./components/paragraph/paragraph--content-bricks/paragraph--content-bricks.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.paragraph--type--content-bricks .content-bricks-wrapper {
  display: flex;
  gap: var(--paragraph--spacer);
  flex-direction: column;
}
@media (min-width: 992px) {
  .paragraph--type--content-bricks .content-bricks-wrapper {
    flex-direction: row;
  }
}
.paragraph--type--content-bricks .content-bricks-wrapper > .content-brick {
  flex: 1;
}

/*# sourceMappingURL=paragraph--content-bricks.css.map*/