.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #b8ddf5;
    left: 48px;
    border: 1px solid #b8ddf5;
    margin: 0;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 30px;
}
.timeline > li:before,
.timeline > li:after {
    display: table;
    content: " ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-item {
    margin-top: 0;
    box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e6e6e6,0 1px 0 0 #d2d2d2,0 2px 0 0 #cacaca;
    background: #fff;
    margin-left: 60px;
    margin-right: 15px;
    padding: 15px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
    img {
        width: 100%;
    }
}
.timeline > li.time-label {
    font-family: "Oswald", sans-serif;
    margin-top: 60px;
    font-weight: 400;
}
.timeline > li.time-label:first-child {
        margin-top: -15px;
}
.timeline > li.time-label > span {
    padding: 15px 5px 5px 5px;
    display: inline-block;
    background-color: #fff;
    border-bottom: 3px solid #118fdd;
    font-size: 18px;
    min-width: 66px;
    text-align: center;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    background: #DBEEFA;
    border: 1px solid #b8ddf5;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
@media screen and (max-width: 768px) { 
        .timeline:before {
    left: 43px;
}
}