body {
    font-family: 'Inter', sans-serif;
}
.timeline-item {
    position: relative;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    border-left: 2px solid #e2e8f0;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4299e1;
    border: 2px solid #fff;
}