.timeline-23-container {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.timeline-23-line {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #e6e6e6;
	z-index: 1;
}

.timeline-23-steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.timeline-23-step {
	flex: 1;
	text-align: center;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-23-marker {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-color: #34c7b6;
	border-radius: 50%;
	margin-bottom: 20px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px rgba(230, 230, 230, 0.5);
}

.timeline-23-content {
	max-width: 250px;
}

.timeline-23-date {
	color: #34c7b6;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.timeline-23-desc {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.timeline-23-container {
		padding-left: 20px;
		padding-top: 0;
	}
	.timeline-23-line {
		top: 0;
		left: 31px;
		width: 3px;
		height: 100%;
	}
	.timeline-23-steps {
		flex-direction: column;
		align-items: flex-start;
	}
	.timeline-23-step {
		flex-direction: row;
		text-align: left;
		margin-bottom: 30px;
		padding: 0;
		align-items: flex-start;
	}
	.timeline-23-marker {
		margin-bottom: 0;
		margin-right: 20px;
		margin-top: 0;
	}
	.timeline-23-content {
		max-width: 100%;
		padding-top: 2px;
	}
}
