.vt-51cbdeed-container {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}

.vt-51cbdeed-container::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    background-color: #e2e8f0;
    width: 4px;
    margin-left: -2px;
}

.vt-51cbdeed-item {
    position: relative;
    margin-bottom: 50px;
}

.vt-51cbdeed-item:last-child {
    margin-bottom: 0;
}

.vt-51cbdeed-node {
    position: absolute;
    left: -50px;
    top: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #111111;
    z-index: 2;
    box-sizing: border-box;
    transform: translateX(calc(-50% + 15px));
}

.vt-51cbdeed-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vt-item-date {
    font-size: 15px;
    font-weight: 700;
    color: #d37328;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vt-item-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.25;
}

.vt-item-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    max-width: 800px;
}

@media (max-width: 767px) {
    .vt-51cbdeed-container {
        padding-left: 35px;
    }
    .vt-51cbdeed-container::before {
        left: 10px;
    }
    .vt-51cbdeed-node {
        left: -35px;
        width: 22px;
        height: 22px;
        border-width: 3px;
        transform: translateX(calc(-50% + 10px));
    }
    .vt-item-title {
        font-size: 20px;
    }
    .vt-item-desc {
        font-size: 15px;
    }
}
