#experience {
  position: relative;
  background-color: rgb(19.0272727273, 39.5181818182, 61.4727272727);
  color: #f5f5f5;
}

.timeline {
  position: relative;
  border-left: 1px solid #fff;
}
.timeline::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}

.timeline-item {
  position: relative;
  margin: 3rem 0;
  padding: 1rem 1rem 1rem 2rem;
  background-color: rgb(10.35, 16.1, 24.15);
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 1px 15px #071424;
  transition: background-color 0.3s ease;
}
.timeline-item.first-timeline-item, .timeline-item.education-item {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.timeline-item.first-timeline-item a:hover, .timeline-item.education-item a:hover {
  text-decoration: none;
}
.timeline-item.first-timeline-item:hover, .timeline-item.education-item:hover {
  background-color: transparent;
}
.timeline-item.education-item a:hover {
  text-decoration: underline;
}
.timeline-item:hover {
  background-color: rgb(2.7, 4.2, 6.3);
}
.timeline-item a {
  color: rgb(91.0642201835, 123.2385321101, 251.9357798165);
  text-decoration: none;
  transition: all 0.3s ease;
}
.timeline-item a:hover {
  text-decoration: underline;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 1rem;
  width: 14px;
  height: 14px;
  background-color: #121c2a;
  border-radius: 50%;
  border: 3px solid white;
  box-sizing: content-box;
  z-index: 2;
}
.timeline-item .timeline-date {
  position: relative;
  font-size: 0.9rem;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: rgb(82.8, 123.8, 181.2);
}
.timeline-item .timeline-title {
  margin: 0.3rem 0 1.3rem 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.timeline-item span {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.timeline-item .timeline-text {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-right: 1rem;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-weight: 200;
}

.cv-download {
  position: relative;
  display: inline-block;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-weight: 200;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 25px;
  padding: 0.25rem 0.7rem;
  margin: 0 0.2rem;
  cursor: pointer;
  background-position: -1px;
  background-size: contain;
  padding-left: 2.4rem;
  margin: 1.25rem 0.25rem 0.25rem 0.25rem;
  background-repeat: no-repeat;
  background-image: url("../img/int/download.svg");
  background-color: #0d1b2a;
  color: #fff;
}
.cv-download a {
  text-decoration: none;
  color: #fff;
}/*# sourceMappingURL=timeline.css.map */