.timeline-list-wrapper-c2da215b {
    position: relative;
    padding-left: 36px;
    margin: 0;
    list-style: none;
    --timeline-line-color: #e5e5e5;
    --timeline-bullet-bg: #fff;
}

.timeline-list-wrapper-c2da215b::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 5px;
    bottom: 0;
    width: 2px;
    background-color: var(--timeline-line-color);
}

.timeline-list-item-c2da215b {
    position: relative;
    margin-bottom: 24px;
}

.timeline-list-item-c2da215b:last-child {
    margin-bottom: 0;
}

.timeline-bullet-c2da215b {
    position: absolute;
    left: -36px;
    top: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--timeline-bullet-bg);
    border: 2px solid var(--timeline-line-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.timeline-bullet-c2da215b i {
    font-size: 14px;
    color: #333;
}

.timeline-bullet-c2da215b svg {
    width: 14px;
    height: 14px;
    fill: #333;
}

.timeline-content-c2da215b h4 {
    margin: 0 0 8px 0;
}

.timeline-content-c2da215b p {
    margin: 0;
}