.journey-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.timeline-year {
    background: #0a3d62;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
}

.timeline-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.timeline-desc {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
