  .ept-timeline-wrapper {
  font-family: neuzeit-grotesk, sans-serif;
}
.ept-timeline-wrapper::before {
  width: 2px;
  background: #ff671d;
}
.ept-timeline-wrapper .timeline-item:nth-child(even) .timeline-content {
  float: none;
  padding: 0;
}
.ept-timeline-wrapper .timeline-item:nth-child(odd) .timeline-content {
  float: right;
}
.ept-timeline-wrapper .timeline-img,
.ept-timeline-wrapper .timeline-current .timeline-img {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: solid 3px #fff;
  background-color: #ac441e;
  margin-left: -7px;
  margin-top: 180px;
}
@media only screen and (min-width: 768px) {
  .ept-timeline-wrapper .timeline-img,
  .ept-timeline-wrapper .timeline-current .timeline-img {
    margin-left: -7px;
    margin-top: 215px;
  }
}
@media only screen and (min-width: 992px) {
  .ept-timeline-wrapper .timeline-img,
  .ept-timeline-wrapper .timeline-current .timeline-img {
    margin-top: 250px;
  }
}
.ept-container {
  padding: 0px 20px;
}
@media only screen and (min-width: 1600px) {
  .ept-container {
    width: 70vw;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
  }
}
