
.entries:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  background-color: #000;
}
.entries {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.entries .entry {
  width: calc(50% - 50px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.entries .entry:not(:first-child) {
  margin-top: -60px;
}
.entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: #000;
}
.entries .entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #000;
  background-color: #FFF;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -79px;
  z-index: 1000;
}
.entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(8px, -50%);
}
.entries .entry .body {
  color: #aaa;
}
.entries .entry .body p {
  line-height: 1.4em;
}
.entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.entries .entry:nth-child(2n) .title:before {
  left: -69px;
}
.entries .entry:nth-child(2n) .title.big:before {
  transform: translate(-8px, -50%);
}
.backgroundcolor-white {background-color: #FFF; z-index: 50; padding-top: 100px; padding-bottom: 20px;}




