.themify_builder .module_row.boxed-bg.fullwidth_row_container {
  max-width: 1160px !important;
  margin: 0 auto !important;
  width: auto !important;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.themify_builder .module_row.boxed-bg.fullwidth_row_container > .row_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}
.themify_builder .module_row.boxed-bg.fullwidth_row_container .themify_builder_col {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  box-sizing: border-box;
}
