.lines {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lines .lines-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lines .lines-container__left, .lines .lines-container__right {
  width: 50rem;
  height: 100%;
}

@media (orientation: portrait) {
  .lines [data-path-follower] {
    --follower-width: 8rem;
    stroke-width: 4px;
  }
}
