.section-divider {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -1px;
}
.section-divider > div {
  display: block;
}
.section-divider svg {
  display: block;
  line-height: 0;
  font-size: 0;
  height: auto;
  max-height: 80px;
}
.section-divider svg path {
  shape-rendering: crispEdges;
}
