.template1 .timeline-public-profile {
  padding-left: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  position: relative;
}
.template1 .timeline-public-profile li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  list-style-type: none;
}
.template1 .timeline-public-profile li:last-child {
  border: 0px;
  padding-bottom: 0;
}
.template1 .timeline-public-profile li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}
@media (max-width: 420px) {
  .template1 .timeline-public-profile {
    padding-left: 10px;
  }
}
