.sleepdoctor-divider {
  width: 100%;
}

.divider__curve-top,
.divider__curve-bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.divider__curve-top svg,
.divider__curve-bottom svg {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  overflow: hidden;
}

.divider__curve-top,
.divider__curve-bottom {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
