.mbfx_widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .mbfx_widget {
    flex-direction: row;
  }
}
.mbfx_widget .mbfx_widget_left,
.mbfx_widget .mbfx_widget_right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mbfx_widget .mbfx_widget_left img,
.mbfx_widget .mbfx_widget_right img {
  position: relative;
  width: 100%;
  height: auto;
}

.meta-box-sortables {
  position: sticky !important;
  top: 3rem !important;
}

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