.tl-wrapper-98c23442 {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.tl-container-98c23442 {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

/* The vertical line */
.tl-container-98c23442::after {
	content: '';
	position: absolute;
	width: 4px;
	background-color: #d4d4d4;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	z-index: 1;
}

.tl-item-98c23442 {
	padding: 10px 0; /* Reduced external padding */
	position: relative;
	width: 100%; 
	box-sizing: border-box;
	clear: both;
	display: flex;
	align-items: center; /* Ensures vertical alignment of content and image */
}

/* Scroll reveal initial states */
.tl-animate-98c23442 {
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.tl-item-98c23442:nth-child(odd).tl-animate-98c23442 {
	transform: translateX(-50px);
}

.tl-item-98c23442:nth-child(even).tl-animate-98c23442 {
	transform: translateX(50px);
}

/* Scroll reveal active state */
.tl-item-98c23442.tl-visible-98c23442 {
	opacity: 1;
	transform: translateX(0);
}

/* Content layout for alternating sides */
.tl-content-wrapper-98c23442,
.tl-image-wrapper-98c23442 {
	width: 50%;
	box-sizing: border-box;
}

/* Adding margin within the line for spacing */
.tl-item-98c23442:nth-child(odd) .tl-content-wrapper-98c23442 {
	padding-right: 40px; /* Increased margin towards center line */
	text-align: right;
	order: 1;
}

.tl-item-98c23442:nth-child(odd) .tl-image-wrapper-98c23442 {
	padding-left: 40px; /* Increased margin towards center line */
	text-align: left;
	order: 2;
}

.tl-item-98c23442:nth-child(even) .tl-image-wrapper-98c23442 {
	padding-right: 40px; /* Increased margin towards center line */
	text-align: right;
	order: 1;
}

.tl-item-98c23442:nth-child(even) .tl-content-wrapper-98c23442 {
	padding-left: 40px; /* Increased margin towards center line */
	text-align: left;
	order: 2;
}


/* The dots on the line */
.tl-dot-98c23442 {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 4px solid #d4d4d4;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: -14px; /* Center dot on line */
	z-index: 2;
}


/* Content Box */
.tl-content-98c23442 {
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Image styling */
.tl-image-98c23442 {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	display: block;
}

.tl-date-98c23442 {
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.tl-title-98c23442 {
	margin: 0 0 10px 0;
	font-size: 1.25em;
	color: #333;
}

.tl-desc-98c23442 {
	color: #555;
	line-height: 1.6;
}


/* Mobile responsive */
@media screen and (max-width: 767px) {
	.tl-container-98c23442::after {
		left: 20px;
	}
	.tl-item-98c23442 {
		flex-direction: column;
		padding-left: 50px;
		padding-right: 15px;
		align-items: flex-start;
	}
	
	.tl-content-wrapper-98c23442,
	.tl-image-wrapper-98c23442 {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: left !important;
		order: unset !important;
	}
	
	.tl-image-wrapper-98c23442 {
		margin-top: 15px;
	}

	.tl-item-98c23442:nth-child(odd).tl-animate-98c23442,
	.tl-item-98c23442:nth-child(even).tl-animate-98c23442 {
		transform: translateX(-50px);
	}
	.tl-item-98c23442.tl-visible-98c23442 {
		transform: translateX(0);
	}
	.tl-dot-98c23442 {
		left: 30px !important;
		top: 30px;
		transform: none;
	}
}