.showcase-divider {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-bottom: -10px;
}

.showcase-divider__svg {
  display: block;
  width: 100%;
  height: clamp(80px, 10vw, 180px);
}

.showcase-divider__fill {
  fill: var(--divider-bottom, #0b0b0b);
}