.tl-wrapper-02b10dde {
	width: 100%;
}

.tl-header-02b10dde {
	text-align: center;
	margin-bottom: 50px;
}

.tl-main-title-02b10dde {
	margin: 0 0 15px;
	font-size: 32px;
	color: #1a2b4c;
}

.tl-main-subtitle-02b10dde {
	margin: 0;
	color: #555;
	font-size: 16px;
	max-width: 600px;
	margin-inline: auto;
}

.tl-container-02b10dde {
	position: relative;
	width: 100%;
}

.tl-line-02b10dde {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #3498db, #f1c40f);
	z-index: 1;
}

.tl-items-wrapper-02b10dde {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	gap: 20px;
}

.tl-item-02b10dde {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.tl-item-02b10dde:hover .tl-media-box-02b10dde {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.tl-media-wrapper-02b10dde {
	position: relative;
	margin-bottom: 20px;
}

.tl-media-box-02b10dde {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border: 2px solid #e1e8ed;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
}

.tl-media-box-02b10dde img {
	max-width: 60%;
	border-radius: 50%;
}

.tl-media-box-02b10dde i {
	font-size: 30px;
	color: #3498db;
}

.tl-media-box-02b10dde svg {
	width: 30px;
	height: 30px;
	fill: #3498db;
}

.tl-item-number-02b10dde {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background-color: #f1c40f;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	z-index: 3;
}

.tl-item-content-02b10dde {
	padding: 0 10px;
}

.tl-item-title-02b10dde {
	font-size: 18px;
	color: #1a2b4c;
	margin: 0 0 10px;
}

.tl-item-desc-02b10dde {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

/* Tablet */
@media (max-width: 1024px) {
	.tl-items-wrapper-02b10dde {
		flex-wrap: wrap;
	}
	.tl-item-02b10dde {
		flex: 1 1 45%;
		margin-bottom: 40px;
	}
	.tl-line-02b10dde {
		display: none; /* Tricky to do horizontal line wrapping, usually hidden or vertical on tablet/mobile */
	}
}

/* Mobile */
@media (max-width: 767px) {
	.tl-items-wrapper-02b10dde {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.tl-item-02b10dde {
		flex-direction: row;
		text-align: left;
		align-items: flex-start;
		width: 100%;
		flex: 1 1 100%;
	}
	.tl-media-wrapper-02b10dde {
		margin-bottom: 0;
		margin-right: 20px;
		flex-shrink: 0;
	}
	.tl-item-content-02b10dde {
		padding: 0;
		text-align: left;
	}
	.tl-line-02b10dde {
		display: block;
		width: 4px;
		height: 100%;
		top: 0;
		left: 38px; /* align with center of 80px box */
	}
}
