.timelineIcon p::before {
	font-family: "Font Awesome 5 Pro";
	content: attr(data-fa-icon);
}

.timelineWrapper.ce_rsce_timeline {
	position: relative;
}
.ce_rsce_timeline .timelineItem {
	position: relative;
	max-width: 50%!important;
	text-align: right;
	padding-right: 40px;
	clear: both;
	float: left;
	margin-bottom: 50px;
	margin-right: 50%;
}
.ce_rsce_timeline .timelineItem::after {
	content: '';
	width: 1px;
	background: #999;
	position: absolute;
	top: 30px;
	bottom: -40px;
	right: 0;
}
.ce_rsce_timeline .timelineItem:nth-of-type(2n)::after {
	left: 0;
}
.ce_rsce_timeline .timelineItem:last-child::after {
	width: 0;
}
.ce_rsce_timeline .timelineItem:nth-of-type(2n) {
	float: right!important;
	text-align: left;
	padding-left: 40px;
	margin-right: 0;
	margin-left: 50%;
}
.ce_rsce_timeline .timelineIcon {
	position: absolute;
	top: -10px;
	right: -20px;
	width: 40px;
	height: 40px;
	border: 2px solid #999;
	border-radius: 50%;
}
.ce_rsce_timeline .timelineItem:nth-of-type(2n) .timelineIcon {
	left: -20px;
}
.ce_rsce_timeline .timelineIcon p {
	padding: 6px 10px;
}
.ce_rsce_timeline .timelineTitle {
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background: #999;
	display: inline;
	margin-bottom: 
}
.ce_rsce_timeline .timelineTitle::before {
	top: 10px;
	right: 20px;
	content: '';
	position: absolute;
	height: 1px;
	background: #999;
	width: 20px;
}
.ce_rsce_timeline .timelineItem:nth-of-type(2n) .timelineTitle::before {
	left: 20px;
}