.timeline {
  padding: 0;
  margin: 100px 0;
}
@media only screen and (max-width: 992px) {
  .timeline {
    padding: 0;
    margin: 40px 0;
  }
}
.timeline .timeline__container {
  margin-top: 30px;
  position: relative;
}
.timeline .timeline__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 1px;
  height: 100%;
  z-index: 0;
  background-color: #E1E3EA;
}
.timeline .timeline__container .timeline__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  z-index: 2;
  position: relative;
  width: 100%;
}
.timeline .timeline__container .timeline__item:last-of-type {
  background-color: #fff;
}
.timeline .timeline__container .timeline__item .timeline__counter {
  z-index: 2;
  position: relative;
  background-color: #fff;
  color: #0261bf;
  font-weight: 600;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #E1E3EA;
  flex: 0 0 38px;
}
.timeline .timeline__container .timeline__item .timeline__counter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: solid 1px #E1E3EA;
}
.timeline .timeline__container .timeline__item .timeline__counter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
}
.timeline .timeline__container .timeline__item .timeline__counter span {
  position: relative;
  z-index: 2;
}
.timeline .timeline__container .timeline__item .timeline__content {
  padding-left: 20px;
  padding-top: 10px;
  width: 100%;
}
.timeline .timeline__container .timeline__item .timeline__content .timeline__content-infobox {
  padding: 16px;
  border-radius: 9px;
  background: #0261bf;
  display: flex;
  align-items: center;
}
.timeline .timeline__container .timeline__item .timeline__content .timeline__content-infobox i {
  color: #fff;
  margin-right: 20px;
  font-size: 40px;
}
.timeline .timeline__container .timeline__item .timeline__content .timeline__content-infobox h3 {
  color: #fff;
}
.timeline .timeline__container .timeline__item .timeline__content .timeline__content-infobox p {
  margin-bottom: 0;
  color: #fff;
}
.timeline .timeline__container .timeline__item .timeline__content .timeline__content-infobox .wysiwyg-editor * {
  color: #fff;
}

/*# sourceMappingURL=timeline.css-b395cfb75c2b53d8add02383ec97c061.map */
