.df-timeline-wrap.df-style1 {
  padding-left: 60px;
  position: relative;
}

.df-timeline-post.df-style1 {
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 30px;
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  z-index: 2;
}

.df-timeline-post.df-style1:first-child {
  margin-top: 0;
}

.df-timeline-post.df-style1 .df-timeline-post-text {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.df-timeline-post.df-style1 .df-timeline-post-text p {
  margin: 0;
}

.df-timeline-wrap.df-style1 .df-timeline-post.df-style1:last-child {
  margin-bottom: 0;
}

.df-timeline-post.df-style1:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #eaeaea;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -11px;
  background-color: #fff;
  border-right: none;
  border-top: none;
}

.df-timeline-post.df-style1 .df-timeline-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #666;
  left: -61px;
  top: 20px;
  border: 2px solid #167EFD;
}

.df-timeline-post.df-style1 .df-timeline-post-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
  line-height: 1.2em;
  font-weight: 400;
}

.df-timeline-post.df-style1 a:hover {
  color: #167EFD;
}

.df-timeline-post.df-style1 .df-timeline-post-date {
  color: #b5b5b5;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6em;
}

.df-timeline-bar {
  position: absolute;
  left: 19px;
  width: 2px;
  background: #eaeaea;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.df-timeline-bar-in {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  background: #167EFD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media screen and (min-width: 992px) {

  .df-timeline-wrap.df-style2 .df-timeline-post.df-style1,
  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1 {
    width: calc(50% - 40px);
  }

  .df-timeline-wrap.df-style2 .df-timeline-post.df-style1:nth-child(odd),
  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1:nth-child(odd) {
    margin-left: auto;
  }

  .df-timeline-wrap.df-style2 .df-timeline-bar,
  .df-timeline-wrap.df-style3 .df-timeline-bar {
    left: 50%;
    margin-left: -1px;
    margin-bottom: 60px;
    width: 2px;
  }

  .df-timeline-wrap.df-style2 .df-timeline-post.df-style1:nth-child(even) .df-timeline-icon,
  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1:nth-child(even) .df-timeline-icon {
    left: initial;
    right: -61px;
  }

  .df-timeline-wrap.df-style2 .df-timeline-post.df-style1:nth-child(even):before,
  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1:nth-child(even):before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: initial;
    right: -11px;
  }

  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1 .df-timeline-icon {
    top: 50%;
    margin-top: -20px;
  }

  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1:before {
    top: 50%;
    margin-top: -11px;
  }

  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1 .df-timeline-post-date {
    position: absolute;
  }

  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1 .df-timeline-post-date {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1:nth-child(odd) .df-timeline-post-date {
    right: 100%;
    margin-right: 80px;
  }

  .df-timeline-wrap.df-style3 .df-timeline-post.df-style1:nth-child(even) .df-timeline-post-date {
    left: 100%;
    margin-left: 80px;
  }

  .df-timeline-wrap.df-style3 .df-timeline-bar {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {

  .df-timeline-wrap.df-style2,
  .df-timeline-wrap.df-style3 {
    padding-left: 60px;
    position: relative;
  }
}
