section:has(>.section-divider) {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.section-divider {
  transform: translateY(-53%);
  margin-top: 200px;
  margin-bottom: clamp(-152px, calc(-32px - 120 * ((100vw - 320px) / (1280 - 320))), -32px);
}

.section-divider svg {
  width: 100%;
}