/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-axcelersblocks-columns.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-axcelersblocks-columns.alignwide {
  max-width: var(--wp--style--global--wide-size, 1340px);
  margin-left: auto;
  margin-right: auto;
}
