.timeline-186180b9-container {
	position: relative;
	padding-left: 40px;
	margin: 20px 0;
}

.timeline-186180b9-container::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #e0e0e0;
}

.timeline-186180b9-item {
	position: relative;
	margin-bottom: 30px;
}

.timeline-186180b9-item:last-child {
	margin-bottom: 0;
}

.timeline-186180b9-icon {
	position: absolute;
	left: -40px;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: 2px solid #e0e0e0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color: #333333;
}

.timeline-186180b9-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.timeline-186180b9-icon i {
	font-size: 14px;
}

.timeline-186180b9-content-wrap {
	background: #f9f9f9;
	padding: 15px 20px;
	border-radius: 5px;
}

.timeline-186180b9-date {
	font-size: 0.9em;
	font-weight: 600;
	color: #666666;
	margin-bottom: 5px;
}

.timeline-186180b9-title {
	margin: 0 0 10px;
	font-size: 1.25em;
	color: #333333;
}

.timeline-186180b9-desc {
	margin: 0;
	color: #555555;
	line-height: 1.5;
}
