.vt-container-d63f7b78 {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.vt-container-d63f7b78::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e5e5e5;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.vt-item-d63f7b78 {
    display: flex;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* Dots */
.vt-item-d63f7b78::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

/* Left items (Odd) */
.vt-item-d63f7b78:nth-child(odd) {
    align-self: flex-start;
    justify-content: flex-end;
}

.vt-item-d63f7b78:nth-child(odd)::before {
    right: -6px;
}

/* Right items (Even) */
.vt-item-d63f7b78:nth-child(even) {
    align-self: flex-end;
    justify-content: flex-start;
}

.vt-item-d63f7b78:nth-child(even)::before {
    left: -6px;
}

.vt-card-d63f7b78 {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.vt-date-d63f7b78 {
    display: inline-block;
    margin-bottom: 10px;
}

.vt-title-d63f7b78 {
    margin-top: 0;
    margin-bottom: 10px;
}

.vt-desc-d63f7b78 {
    margin: 0;
}

/* Responsive for mobile */
@media (max-width: 767px) {
    .vt-container-d63f7b78::after {
        left: 20px;
    }

    .vt-item-d63f7b78 {
        width: 100%;
        padding: 20px 20px 20px 50px;
        align-self: flex-start !important;
        justify-content: flex-start !important;
    }

    .vt-item-d63f7b78::before {
        left: 14px !important;
        right: auto !important;
    }
}
