/* Enter Your Custom CSS Here */

.full-width {
	  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: initial;
}

.full-width .ab-block-layout-column {
	padding: 0 20px;
	box-sizing: border-box;
}