/* .custom-marker {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.custom-marker::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.custom-marker-Specialization::before,
.custom-marker-Degree::before {
  background-image: url("/fontawesome-6/svgs/solid/graduation-cap.svg");
  background-size: contain;
  vertical-align: middle;
}
.custom-marker-Nanodegree::before,
.custom-marker-Certification::before,
.custom-marker-Course::before {
  background-image: url("/fontawesome-6/svgs/solid/certificate.svg");
}
.custom-marker-Badge::before {
  background-image: url("/fontawesome-6/svgs/solid/check.svg");
}
.timeline-item {
  margin-left: 10px;
  margin-bottom: 5px;
} */