.timeline-1297 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline-1297::before {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #333;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.timeline-item-1297 {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.timeline-item-1297::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: white;
	border: 4px solid #333;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 1;
}

.left {
	left: 0;
}

.right {
	left: 50%;
}

.right::after {
	left: -13px;
	right: auto;
}

.timeline-content-1297 {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.timeline-content-1297 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 4px;
	display: block;
}

.timeline-title-1297 {
	margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.timeline-1297::before {
		left: 31px;
	}
	.timeline-item-1297 {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.timeline-item-1297::after {
		left: 19px !important; /* Overridden by settings if needed */
		right: auto !important;
	}
	.right {
		left: 0%;
	}
}