.timeline-2 {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  .timeline-2:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #d4d4d4;
    left: 50%;
    margin-left: 0px;
  }
  @media screen and (max-width: 480px) {
    .timeline-2:before {
      margin-left: -64px;
    }
  }
  .timeline-2 > li {
    margin-bottom: 90px;
    position: relative;
  }
  .timeline-2 > li:before, .timeline-2 > li:after {
    content: " ";
    display: table;
  }
  .timeline-2 > li:after {
    clear: both;
  }
  .timeline-2 > li > .timeline-2-panel {
    width: 40%;
    float: left;
    border: 1px solid #d4d4d4;
    padding: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .timeline-2 > li > .timeline-2-panel:before {
    position: absolute;
    top: 80px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }
  .timeline-2 > li > .timeline-2-panel:after {
    position: absolute;
    top: 81px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f7f7f7;
    border-right: 0 solid #f7f7f7;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  @media screen and (max-width: 480px) {
    .timeline-2 > li > .timeline-2-panel {
      width: 75% !important;
    }
    .timeline-2 > li > .timeline-2-panel:before {
      top: 30px;
    }
    .timeline-2 > li > .timeline-2-panel:after {
      top: 31px;
    }
  }
  .timeline-2 > li > .timeline-2-badge {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    width: 160px;
    height: 160px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -80px;
    background-color: #999999;
    z-index: 100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  @media screen and (max-width: 480px) {
    .timeline-2 > li > .timeline-2-badge {
      width: 60px;
      height: 60px;
      margin-left: -20px !important;
    }
  }
  .timeline-2 > li.timeline-2-inverted > .timeline-2-panel {
    float: right;
  }
  .timeline-2 > li.timeline-2-inverted > .timeline-2-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline-2 > li.timeline-2-inverted > .timeline-2-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .timeline-2-title {
    margin-top: 0;
  }
  
  .date {
    margin-top: 8px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  
  .timeline-2-body > p,
  .timeline-2-body > ul {
    margin-bottom: 0;
  }
  
  .timeline-2-body > p + p {
    margin-top: 5px;
  }
  
  @media (max-width: 992px) {
    ul.timeline-2:before {
      left: 90px;
    }
  
    ul.timeline-2 > li > .timeline-2-panel {
      width: calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: -webkit-calc(100% - 200px);
    }
  
    ul.timeline-2 > li > .timeline-2-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
    }
  
    ul.timeline-2 > li > .timeline-2-panel {
      float: right;
    }
  
    ul.timeline-2 > li > .timeline-2-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
    }
  
    ul.timeline-2 > li > .timeline-2-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
    }
  }