.section--pipes {
  position: relative;
}
.pipes-container {
  position: absolute;
  z-index: auto;
}
.pipes-container.right {
  right: 0;
}
.pipes-container.left {
  left: 0;
}
.pipes-container.top {
  top: 0;
}
.pipes-container.bottom {
  bottom: 0;
}

.pipes-container.desktop {
  display: block;

  img.getting-started-right-pipe {
    height: 2380px;
  }
}
.pipes-container.mobile {
  display: none;
}

@media (max-width: 982px) {
  .pipes-container.mobile {
    display: block;
  }
  .pipes-container.desktop {
    display: none;
  }
}
