#nf-field-34-container {
  display: none;
}
.custom-timeline {
  position: relative;
  padding-left: 30px;
}

.custom-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 4px;
    background-color: red;
    margin-top: 10px;
    margin-bottom: 92px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -25px;
  width: 14px;
  height: 14px;
  background-color: red;
  border-radius: 50%;
  z-index: 2;
}

.timeline-time {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  margin-left: 1em;
}

.timeline-title {
  font-size: 20px;
  color: #084c08;
  font-weight: bold;
  margin: 0 0 5px;
margin-left: .5em;
}

.timeline-description {
  font-size: 15px;
  color: #777;
  margin: 0;
    margin-left: 1em;
}