.timeline {
	padding: 96px 0;
}
.timeline .section-head {
	margin-bottom: 52px;
}
.timeline .section-head h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.timeline .section-head p {
	color: #5B5F66;
	max-width: 520px;
	font-size: 15px;
}
.tl-item {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 32px;
	padding: 28px 0;
	border-top: 1px solid var(--line);
}
.tl-item:last-child {
	border-bottom: 1px solid var(--line);
}
.tl-year {
	font-family: 'IBM Plex Mono', monospace;
	color: var(--teal);
	font-size: 14px;
	padding-top: 2px;
}
.tl-body h3 {
	font-size: 19px;
	margin-bottom: 8px;
}
.tl-body p {
	font-size: 14.5px;
	color: #4A4E55;
	max-width: 640px;
}

@media (max-width: 860px) {
	.tl-item {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
