  .wf {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.wf-m {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.wf-b {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.wf-alt {
  font-family: 'Bebas Neue', serif;
  font-weight: 400;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
.timeline .timeline-wrapper {
  padding: 30px 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper {
    margin-top: 2em;
  }
}
.timeline .timeline-wrapper:before {
  background: #bbbbbb;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 3px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper:before {
    left: 0px;
  }
}
.timeline .timeline-item {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-item {
    margin-top: 0px !important;
    margin-bottom: 50px;
    width: auto;
  }
}
.timeline .timeline-item h3 {
  font-size: 1.6em;
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-item h3 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1140px) {
  .timeline .timeline-item h3 {
    font-size: 2em;
  }
}
.timeline .timeline-item.timeline-right {
  padding-left: 50px;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-item.timeline-right {
    left: auto;
  }
}
.timeline .timeline-item.timeline-left {
  padding-right: 50px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-item.timeline-left {
    padding-left: 50px;
    padding-right: 0px;
    text-align: left;
  }
}
.timeline .timeline-item.timeline-left h3:before {
  left: auto;
  right: -32px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-item.timeline-left h3:before {
    left: -32px;
    right: auto;
  }
}
.timeline .timeline-item.timeline-left h3:after {
  left: auto;
  right: -50px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-item.timeline-left h3:after {
    left: -50px;
    right: auto;
  }
}
.timeline .timeline-item.timeline-left h3 img {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-item.timeline-left h3 img {
    left: auto;
    right: 0px;
  }
}
.timeline .timeline-item p {
  margin: 1em 0 0;
}
.timeline .timeline-title {
  margin: 0;
  padding: 0;
  position: relative;
  /* circle */
  /* line */
}
.timeline .timeline-title:before {
  border-radius: 25px;
  border: 3px solid #bbb;
  content: "";
  height: 25px;
  left: -32px;
  position: absolute;
  top: 10px;
  width: 25px;
}
.timeline .timeline-title:after {
  background: #bbbbbb;
  content: "";
  height: 3px;
  left: -50px;
  position: absolute;
  top: 21px;
  width: 18px;
}
