.timeline {
    position: relative;
    padding-left: 70px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d9d9d9;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-number {
    position: absolute;
    left: -70px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #1f57b6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 2;
}

.timeline-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.timeline-text {
    color: #4b5563;
    margin-bottom: 0;
}

.accordion-item { margin-bottom: 10px; }
