﻿.hero-section {
	width: 100%;
	height: 30vh;
	object-fit: cover;
}

	.hero-section h1 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}

.timeline-list {
	list-style: none;
	padding: 0;
}

	.timeline-list li {
		margin-bottom: 1rem;
		position: relative;
		padding-left: 1.5rem;
	}

		.timeline-list li::before {
			content: "•";
			position: absolute;
			left: 0;
			color: #007bff;
		}
