.section-journey {
  margin: 0 3.2rem;
}

.timeline-journey {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;

  color: #2c3e50;

  position: relative;

  list-style: none;
  padding-left: 2rem;
}

.timeline-journey::before {
  content: "";
  position: absolute;
  left: -0.55rem;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  background: linear-gradient(45deg, #f39c12, #e74c3c);
}

.timeline-item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -3.4rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #f39c12;
}

.timeline-year {
  color: #f39c12;
  font-size: 1.6rem;
  font-weight: 600;
}

.timeline-title {
  font-size: 1.6rem;
  font-weight: 600;
}

.timeline-title-secondary {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.timeline-desc {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  line-height: 1.8;
  font-size: 1.4rem;
  opacity: 0.8;
}

.timeline-desc-list {
  padding-left: 1.6rem;
  list-style: disc;
}

.timeline-desc-list-item {
}
