 #timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 90%;
    margin: 30px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 0px;
    height: 100%;
    border-left: 1px dashed #C7C7C9;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -33px;
   }
#timeline .timeline-item .timeline-icon img {
    position: relative;
    width: 70px;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    padding: 10px;
}
#timeline .timeline-item .timeline-content h2 {
    padding: 15px 30px;
    color: #D20001;
    text-align: right;
    margin: -20px -20px 0 -20px;
    font-weight: 500;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}
 .timeline-content p{color: #737375}
 #timeline .timeline-item .timeline-content.right h2{text-align: left;}

@media screen and (max-width: 768px) {
    #timeline {
    margin: 30px;
    padding: 0;
}
#timeline:before {
    left: 0;
}
#timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
}
#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
}
#timeline .timeline-item .timeline-icon {
    left: 0;
}
}
