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

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

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

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

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

.ns-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;
}

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

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