.timeline-5c246752 {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
    font-family: inherit;
}
.timeline-5c246752::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #e0e0e0;
}
.timeline-item-5c246752 {
    position: relative;
    margin-bottom: 25px;
}
.timeline-item-5c246752:last-child {
    margin-bottom: 0;
}
.timeline-item-5c246752::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #818a91;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e0e0e0;
    z-index: 1;
}
.timeline-date-5c246752 {
    font-weight: bold;
    color: #69727d;
    font-size: 0.9em;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.timeline-milestone-5c246752 {
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
}