#cd-timeline .cd-timeline-content {
	/* background: white !important; */
}

.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
	border-left-color: #ffffff  !important;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	border-right-color: #ffffff  !important;
}