.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
    left: 8px;
    margin-left: -1px;
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 1.5rem;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0;
    top: 3px;
    background: #004088;
}

.timeline-content {
    padding-left: 15px;
}

.timeline-content h6 {
    color: #004088;
    font-weight: 600;
}
