/*advanced styles*/

.sb_dci-container svg {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
}

.sb_dci-container {
  display: block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  z-index:10;
}

/* General Styles */

.et_pb_section {
    position: relative;
}

.et_pb_section .et_pb_row {
	z-index: 20;
}

.et_pb_section::before, .et_pb_section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.et_pb_section.sb_dci_with_divider {
    padding-bottom: 0px !important;
}
    