#project__timeline .sidebyside {
  width: 100%;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}

#project__timeline .sidebyside .onethird {
  width: 100%;
  padding: 4em;
}

#project__timeline .sidebyside .onethird h2 {
  text-align: left;
  color: #1d6b4e;
}

.dots-list ol {
  padding-left: 120px;
  position: relative;
  margin-bottom: 20px;
  list-style: none !important;
}

.dots-list ol li {
  position: relative;
  margin-top: 0em;
  margin-bottom: 20px;
  width: 95%;
  color: #444;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}

.dots-list ol li::before {
  content: "";
  background: #1d6b4e;
  position: absolute;
  width: 2px;
  top: 5px;
  bottom: -25px;
  left: -24px;
}

.dots-list ol {
  list-style: none !important;
}

.dots-list {
  width: 100%;
  padding-top: 1em;
}

.dots-list ol li .date-timeline {
  position: absolute;
  left: -120px;
  font-weight: bold;
  font-size: 1em;
  top: 3px;
}

.dots-list ol li::after {
  content: "";
  background: #cdfbcd;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 2px solid #1d6b4e;
  top: 5px;
  left: -30px;
}

@media only screen and (max-width: 1100px) {
  #project__timeline {
    margin: 0 2em;
  }
}
@media only screen and (max-width: 700px) {
  #project__timeline .sidebyside .onethird {
    padding: 2em;
  }
  #project__timeline {
    margin: unset;
  }
}