/*
  Theme Name: bizmax
  Author: Themeglow
*/

/* Main column width */
.wp-block {
    max-width: 1140px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}