.vt-227f763f-container {
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
}

.vt-227f763f-container::before {
    content: '';
    position: absolute;
    top: 15px; /* Adjust top to align with first icon center */
    bottom: 15px; /* Adjust bottom to align with last icon center */
    left: 45px; /* Adjust left to center under the icons (20px padding + 25px half of 50px icon container width) */
    width: 2px;
    background-color: #e9ecef;
    z-index: 1;
}

.vt-227f763f-item {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.vt-227f763f-item:last-child {
    margin-bottom: 0;
}

.vt-227f763f-left {
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.vt-227f763f-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 3; /* Ensure icon is above the line */
}

.vt-227f763f-right {
    flex: 1;
    padding-left: 15px;
    padding-top: 5px;
}

.vt-227f763f-year {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.vt-227f763f-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.vt-227f763f-desc {
    font-size: 15px;
    line-height: 1.5;
}