.timeline {
  width: 100%;
  max-width: 800px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 50px;
}
.timeline * {
  box-sizing: border-box;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: -6em;
  width: 4px;
  background: #2257bf;
}

.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
  width: 50%;
}

.entry .title {
  margin-bottom: 0.26em;
  float: right;
  width: 100%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}

.entry .title:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 5px solid #fff;
  background-color: #10ffbb;
  border-radius: 100%;
  top: 10px;
  right: -14px;
  z-index: 99;
  box-sizing: content-box;
}

.entry .title h3 {
  margin: 0;
  font-size: 120%;
}

.entry .title p {
  margin: 0;
  font-size: 100%;
  font-size: 14px;
}

.entry .body {
  margin: 0 0 -3em;
  float: right;
  width: 252px;
  height: 192px;
  border: 1px solid #e9e9e9;
  margin-left: 30px;
  margin-top: 14px;
  overflow: hidden;
}
.entry .body img {
  width: 100%;
  height: 100%;
}

.eright {
  float: right;
}
.eright .title {
  text-align: left;
  padding-left: 30px;
  padding-right: 0;
}
.eright .title::before {
  left: -10px;
}
.eright .body {
  margin-left: 0px;
  float: left;
}

.eleft {
  float: left;
}
.eleft .body {
  padding: 0;
}

.aboutTitle {
  text-align: center;
  padding-top: 40px;
}
.aboutTitle h2 {
  font-size: 46px;
  margin: 0.1rem 0;
  display: inline-block;
  line-height: 50px;
  position: relative;
}
.aboutTitle h2::after {
  content: " ";
  display: block;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 0, 0, 0));
  width: 100px;
  height: 4px;
  position: absolute;
  top: 24px;
  right: -130px;
}
.aboutTitle h2::before {
  content: " ";
  display: block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100px;
  height: 4px;
  position: absolute;
  top: 24px;
  left: -130px;
}
.aboutTitle p {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}/*# sourceMappingURL=timeline.min.css.map */