.container {
  padding: 80px 20px;
  position: relative;
}

.timeline {
  border-left: 2px solid #420B10;
  padding-left: 40px;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.year {
  font-size: 2rem;
  font-weight: bold;
  margin: 60px 0 20px;
  color: #420B10;
}

.milestone {
  margin-bottom: 30px;
  position: relative;
}

.milestone::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: #420B10;
  border-radius: 50%;
}

.milestone-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}

.milestone-desc {
  margin-top: 4px;
  color: #dfe0df;
  font-size: 0.95rem;
}

