/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-full-width-bullets-block#full-width-banner:before {
  background-color: #fff;
  background-image: url("/wp-content/themes/kaltheme/assets/images/bobble-block-topper.svg");
  background-repeat: repeat-x;
  content: '';
  height: 18px; }
