.timeline-line {
	position: absolute;
	left: 24px;
	top: 3rem;
	bottom: -2rem;
	width: 2px;
	background-color: #E5E7EB;
	z-index: 0;
}
.last-item .timeline-line { display: none; }