
.timeline-item h3 {
	position: absolute;  
	left: 1em;
	font-weight: bold;
	top: 0.3em;
	display: block;
	font-weight: 1200;
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.5);
}


.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 1);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
}
.timeline-item p {
  font-size: 1rem;
}

.timeline-item::after {
  width: 15px;
  height: 15px;
  display: block;
  top: 1em;
  position: absolute;
  left: -8px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.4);
  background: #aaa;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0)) 1 100%;
}
