.z-front {
  position: relative;
  z-index: 50;
}

.gambar--timeline {
  width: 100%;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

@media (min-width: 576px) {
  .gambar--timeline img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .gambar--timeline img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
  }
}

@media (min-width: 576px) {
  .timeline--kontent-judul {
    font-size: 22px;
    color: #696969;
    font-weight: 600;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .timeline--kontent-judul {
    font-size: 18px;
    color: #696969;
    font-weight: 600;
    margin-bottom: 15px;
  }
}

.timeline--list {
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .timeline--list li {
    margin-bottom: 5px !important;
    color: #696969;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .timeline--list li {
    margin-bottom: 4px !important;
    color: #696969;
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .timeline--kontent {
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  .timeline--kontent {
    padding: 5px 10px;
  }
}

.timeline--row.row {
  display: flex;
}

.timeline--row.row .col-3 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.timeline div {
  padding: 0;
  height: 100px;
}

.timeline hr {
  border-top: 5px solid #d0dede;
  border-style: dotted;
  margin: 0;
  /*top: 0;*/
  position: relative;
  bottom: 50%;
  position: absolute;
  width: 100%;
}

.timeline .col-3 {
  display: flex;
  overflow: hidden;
}

.timeline .col-6 {
  /*display: flex;*/
  overflow: hidden;
}

.timeline .sudut {
  border: 5px solid #d0dede;
  border-style: dotted;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .atas-kanan {
  left: 50%;
  top: -50%;
}

.timeline .kiri-bawah {
  left: -50%;
  top: calc(50% - 5px);
}

.timeline .atas-kiri {
  left: -50%;
  top: -50%;
}

.timeline .kanan-bawah {
  left: 50%;
  top: calc(50% - 5px);
}

.timeline--kontent-judul span {
  font-size: 24px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  background-color: #1ab8af;
  color: #fff;
  padding: 5px 0;
  margin: 0 5px;
}

.order-list {
  margin: 0;
}

.order-list li {
  margin-bottom: 10px;
}

.order-list li:last-child {
  margin-bottom: 0;
}

