.timeline *,
.timeline *::after,
.timeline *::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline h2::after {
    display: none;
}

.timeline ol li::before {
    display: none;   
}

main .timeline ul li{
    margin: 0px;
    padding-left: 0;
    position: inherit;
}

main .timeline ul li::after{
    display: none;
}

.timeline a {
    color: #6f6f6f;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.timeline {
    line-height: inherit;
    font-weight: inherit;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}