#timeline {
    overflow: hidden;
    width: 100%;
}

#timeline div {
    height: 120px;
}

#timeline div .date {
    border-right: 1px rgba(179, 175, 175, 0.4) solid;
    text-align: right
}

#timeline div .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    left: 99.2%;
    top: 88px;
    border-radius: 100%;
    cursor: pointer
}

.timeline-bold{
    font-weight: 800;
}

#timeline div.active .date::before  {
    content: '';
    width: 15px;
    height: 15px;
    background: #000000;
    position: absolute;
    left: 98.7%;
    top: 98px;
    border-radius: 100%
}

#timeline div .date h2 {
    margin: 90px 28px 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer
}

#timeline div.active .date h2  {
    font-size: 20px;
    color: #000000;
}

#timeline div.active .text   {
    font-size: 20px;
    color: #000000;
}

#timeline div .text p {
    margin: 85px 50px 0;
    width: 50%;
    display: none
}

.timeiline-sub{
    font-size:14px;
}

#timeline div.active .text p {
    display: inherit
}
