.hero{
	background-image: radial-gradient(circle at 25% 50%, rgba(30, 58, 138, 0.9) 0%, rgba(37, 99, 235, 0.85) 50%, transparent 100%), url('/img/hero.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 10rem;
	padding-bottom: 6rem;
}

.timeline-item::before {
	content: "";
	position: absolute;
	left: 0.7rem;
	top: 2rem;
	width: 2px;
	height: calc(100% - 2rem);
	background-color: var(--primary);
}

.list > li{
    cursor: default;
}