.timeline-item {
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 12px;
    height: 12px;
    background: linear-gradient(to right, #6366f1, #a855f7);
    border-radius: 50%;
}