/* GoedOnline — process section. */

.section-process {
  background: var(--color-slate-950);
  position: relative;
  overflow: hidden;
}

.section-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
}

.process__note {
  color: rgba(255, 255, 255, .5);
  font-size: var(--fs-xs);
  margin-top: var(--sp-5);
  letter-spacing: 0.01em;
}
