.vt-b8d437b5-wrapper {
    position: relative;
    padding: 20px 0;
}

.vt-b8d437b5-line {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 24px;
    width: 2px;
    background-color: #215291;
    z-index: 0;
}

.vt-b8d437b5-item {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}

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

.vt-b8d437b5-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #215291;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 8px var(--icon-border-color, #e9eff5);
    margin-right: 30px;
    flex-shrink: 0;
}

.vt-b8d437b5-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.vt-b8d437b5-icon i {
    font-size: 24px;
}

.vt-b8d437b5-content {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.vt-b8d437b5-title {
    margin: 0 0 10px 0;
    color: #215291;
    font-size: 1.5rem;
    font-weight: 700;
}

.vt-b8d437b5-desc {
    margin: 0;
    color: #555555;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .vt-b8d437b5-item {
        margin-bottom: 30px;
    }
    .vt-b8d437b5-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 20px;
    }
    .vt-b8d437b5-line {
        left: 19px;
    }
    .vt-b8d437b5-title {
        font-size: 1.25rem;
    }
}
