.timeline-a004682d {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

.timeline-a004682d::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 2px;
	background-color: #e5e5e5;
}

.timeline-item-a004682d {
	position: relative;
	margin-bottom: 30px;
	padding-left: 60px;
}

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

.timeline-icon-wrapper-a004682d {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 1;
}

.timeline-icon-a004682d {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
}

.timeline-icon-a004682d svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.timeline-content-a004682d {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.timeline-date-a004682d {
	font-size: 14px;
	font-weight: 600;
	color: #888888;
	margin-bottom: 5px;
}

.timeline-title-a004682d {
	margin: 0 0 10px;
	font-size: 18px;
	color: #333333;
}

.timeline-desc-a004682d {
	font-size: 15px;
	color: #666666;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.timeline-a004682d::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.timeline-item-a004682d {
		padding-left: 50%;
		padding-right: 0;
		width: 100%;
	}

	.timeline-item-a004682d:nth-child(even) {
		padding-left: 0;
		padding-right: 50%;
	}

	.timeline-icon-wrapper-a004682d {
		left: 50%;
		transform: translateX(-50%);
	}

	.timeline-item-a004682d:nth-child(odd) .timeline-content-a004682d {
		margin-left: 40px;
	}

	.timeline-item-a004682d:nth-child(even) .timeline-content-a004682d {
		margin-right: 40px;
		text-align: right;
	}
}
