.timeline-2303c611 {
    position: relative;
    padding-left: 90px;
    margin: 20px 0;
}

.timeline-2303c611::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px dashed #b3b3b3;
    z-index: 0;
}

.timeline-item-2303c611 {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.timeline-item-2303c611:last-child {
    margin-bottom: 0;
}

.timeline-icon-2303c611 {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f2f8fd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #0084d1;
    z-index: 1;
}

.timeline-icon-2303c611 svg {
    width: 32px;
    height: 32px;
    fill: #0084d1;
}

.timeline-content-2303c611 {
    background: transparent;
    padding: 10px 0;
}

.timeline-title-2303c611 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.timeline-desc-2303c611 {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}