.timeline-container-0090d5f4 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.timeline-0090d5f4 {
    position: relative;
    width: 100%;
}

.timeline-0090d5f4::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #e5e5e5;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item-0090d5f4 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item-0090d5f4::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 4px solid #666;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item-left-0090d5f4 {
    left: 0;
}

.timeline-item-left-0090d5f4::before {
    right: -12px;
}

.timeline-item-right-0090d5f4 {
    left: 50%;
}

.timeline-item-right-0090d5f4::before {
    left: -12px;
}

.timeline-content-0090d5f4 {
    position: relative;
}

.timeline-card-0090d5f4 {
    padding: 24px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.timeline-card-0090d5f4 h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.timeline-card-0090d5f4 p {
    margin: 0;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .timeline-0090d5f4::after {
        left: 20px;
        transform: none;
    }
    .timeline-item-0090d5f4 {
        width: 100%;
        padding-left: 60px;
        padding-right: 20px;
    }
    .timeline-item-left-0090d5f4, .timeline-item-right-0090d5f4 {
        left: 0;
    }
    .timeline-item-left-0090d5f4::before, .timeline-item-right-0090d5f4::before {
        left: 10px;
        right: auto;
    }
}