

strong {
    font-weight: 600;
}

h1 {
    letter-spacing: 1.5px;
    color: white;
    font-weight: 400;

}

#content {
    margin-top: 50px;
    text-align: center;
}
/* Timeline */
.timeline {
    border-left: 4px solid #004ffc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    padding: 50px 50px 50px 25px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 50%;
}
.timeline h1 {
    letter-spacing: 1.5px;
    font-weight: 100;
}
.timeline h2,
.timeline h3 {
    letter-spacing: 1.5px;
    font-weight: 400;
}
.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -217.5px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    min-width: 120px;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #004ffc;
    left: -32.85px;
    background: #313534;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}


.timeline ul{
    list-style: disc;
}