.timeline_entry {
	overflow: hidden;
	margin-left: -40px;
	margin-right: -40px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.timeline_entry:first-child {
	padding-top: 70px;
}

.timeline_entry:last-child {
	padding-bottom: 0;
}

.timeline_entry:before {
	content: '';
	width: 2px;
	background-color: black;
	display: block;
	position: absolute;
	height: 100%;
	left: calc(50% - 1px);
	top: 0;
}

.timeline_entry:last-child:before {
	height: 50%;
}

.timeline_entry:after {
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	position: absolute;
	background: black;
	left: calc(50% - 13px);
	border-radius: 50%;
	top: calc(50% - 13px);
}

.timeline_image_wrapper,
.timeline_content_wrapper {
	float: left;
	width: 50%;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.timeline_image img {
	display: block;
	border-radius: 5px;
}

.timeline_content {
	border-radius: 8px;
	background-color: #F9F5F2;
	padding: 38px;
	min-height: 318px;
	box-sizing: border-box;
	position: relative;
}

.timeline_button_wrapper {
	box-sizing: border-box;
	padding: 0 38px 38px 38px;
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
}

a.button.timeline_button {
	font-family: Lato;
	display: block;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: 19px center !important;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05px;
	line-height: 19px;
	border-radius: 4px;
	background-color: #0088CC;
	padding: 16px 35px;
	white-space: unset !important;
}

.asreview_timeline {
	position: relative;
}

.text_timeline {
	line-height: 1.7;
	padding-bottom: 65px;
}

.title_timeline {
	font-size: 32px;
	letter-spacing: 0.11px;
	line-height: 39px;
	margin-bottom: 24px;
}


.asreview_timeline:before {
	content: '';
	width: 14px;
	height: 3px;
	background-color: black;
	display: block;
	position: absolute;
	left: calc(50% - 7px);
	top: 0;
}

@media (min-width: 768px) {
	.timeline_entry:nth-child(even) .timeline_image_wrapper {
		float: right;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	a.button.timeline_button {
		font-size: 13px;	
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.text_timeline {
		padding-bottom: 85px;
	}
}

@media (max-width: 767px) {
	.timeline_image_wrapper, .timeline_content_wrapper {
		float: none;
		width: 100%;
	}

	.timeline_entry:after,
	.timeline_entry:before,
	.asreview_timeline:before {
		display: none;	
	}

	.timeline_content {
		padding: 25px 12px 29px;
		min-height: 0;
	}

	.timeline_button_wrapper {
		position: static !important;
		padding: 0;
	}

	.text_timeline {
		padding-bottom: 30px;
	}

	.title_timeline {
		font-size: 24px;
		letter-spacing: 0.08px;
		line-height: 29px;
		margin-bottom: 15px;
	}

	.text_timeline {
		line-height: 1.7;
		padding-bottom: 30px;
		font-size: 16px;
		letter-spacing: 0.05px;
		line-height: 29px;
	}

	.timeline_entry:first-child {
		padding-top: 0;
	}

	.timeline_entry {
		padding: 0;
		margin-bottom: 33px;
	}

	.timeline_entry:last-child {
		margin-bottom: 0;
	}

	.asreview_timeline {
		padding-top: 58px;
	}
}
