.beltech-schedule {
    border-left: 1px solid black;
    height: 100%;
  }
  
  .beltech-schedule__list {
    padding: 0 10px 30px 20px;
  }
  
  .beltech-bullet-point {
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    margin-left: -28px;
    margin-bottom: -20px;
  }
  