.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline-container {
	position: relative;
	background-color: inherit;
	width: 100%;
	padding-bottom: 30px;
	border-left: solid 4px #a3a1ab;
	left: 0;
}
.timeline-container::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #a3a1ab;
	top: 0;
	border-radius: 50%;
	z-index: 1;
	left: -17px;
}
.timeline-container:last-child::after,
.timeline-container:first-child::after {
  	background-color: #03acea;
}
.timeline-container:last-child {
  	border-color: transparent !important;
}

.content {
  	position: relative;
	padding: 0 0px 0 50px;
}
.content h2 {
  	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
.content h2 > span {
  	width: 100%;
	display: block;
	color: #03acea;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
.content p {
  	font-size: 24px;
	font-weight: 300;
}