.vertical-line {
    position: relative;
    width: 2px;
    height:125%; /* Atur tinggi sesuai kebutuhan */
    background-color: rgb(94, 91, 91);
    margin: 0 10px;
  }

  .dot {
    position: absolute;
    top: -5px;
    left: -11px;
    width: 25px;
    height: 25px;
    background-color: #0A4D68;
    border-radius: 50%;
  }