.timeline-list-wrapper-bca67b3b {
    position: relative;
    display: flex;
    flex-direction: column;
}

.timeline-list-item-bca67b3b {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
}

.timeline-list-icon-wrap-bca67b3b {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-list-icon-wrap-bca67b3b i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.timeline-list-icon-wrap-bca67b3b svg {
    display: block;
}

.timeline-list-content-bca67b3b {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.timeline-list-title-bca67b3b {
    display: block;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-list-desc-bca67b3b {
    display: block;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-list-line-bca67b3b {
    position: absolute;
    top: 15px;
    bottom: 15px;
    z-index: 1;
    pointer-events: none;
    transform: translateX(-50%);
    border-left-style: solid;
}
