html, body {
  position: relative;
  overflow-x: hidden;
}

section {
  position: relative;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  transition: all .6s;
}

.et-db #et-boc .et-l .et_pb_with_background .et_pb_row, .et-db #et-boc .et-l .single.et_full_width_page .et_pb_row, .et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_row {
  width: 93% !important;
}

@media screen and (width >= 1024px) {
  .et-db #et-boc .et-l .et_pb_with_background .et_pb_row, .et-db #et-boc .et-l .single.et_full_width_page .et_pb_row, .et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_row {
    width: 95%;
    max-width: 1400px;
  }
}

@media screen and (width >= 1280px) {
  .et-db #et-boc .et-l .et_pb_with_background .et_pb_row, .et-db #et-boc .et-l .single.et_full_width_page .et_pb_row, .et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_row {
    width: 95%;
    max-width: 1296px;
  }
}
/*# sourceMappingURL=index.css.map */
