.left-line {
  mask-image: url("./left-line.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: rgba(var(--color-button));
  position: absolute;
  width: 100%;
  height: 100%;
  left: -97%;
  top: -12%;
}

.center-line {
  mask-image: url("./center-line.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background-color: rgba(var(--color-button));
  position: absolute;
  width: 100%;
  height: 32%;
  top: 2%;
  left: -6%;
}
