.section-break {
  width: 100%;
  display: block;
  overflow: visible;
  height: 93px;
}
.section-break .inner {
  width: 130%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 93px;
}
@media all and (min-width: 2px) and (max-width: 781px)  {
  .section-break .inner {
    width: 200%;
  }
}
.section-break svg {
  display: block;
  width: 100%;
  height: 93px;
}
.section-break .wave path {
  fill: rgba(0, 148, 211, 1);
}
.section-break .route {
  position: absolute;
  top: 0;
}
.section-break .route path {
  fill: none;
}
.section-break.secondary-color .wave path {
  fill: rgba(98, 181, 229, 1);
}
.section-break.secondary-two .wave path {
  fill: rgba(253, 208, 134, 1);
}
.section-break.secondary-two-shaded .wave path {
  fill: #e8ba75;
}
