/*$client-primary: #B5121B;*/
/*$primary: $red !default;*/
.block--section-wrapper .wp-block-columns {
  margin: 0;
}
@media (max-width: 991.98px) {
  .block--section-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
}
.block--section-wrapper [data-stretchedbackground]::before {
  content: "";
  background: inherit;
  width: 100vw;
  height: 100%;
  left: calc((100% - 100vw) * 0.5);
  position: absolute;
  top: 0;
}

.wp-block-wmx-section-wrapper {
  float: none !important;
}
