.visa-stats-container-b0a1365f {
    padding: 40px 20px;
    background-color: #1a4ba0;
    width: 100%;
}

.vs-grid-b0a1365f {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.vs-item-b0a1365f {
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
    box-sizing: border-box;
}

.vs-icon-b0a1365f {
    font-size: 32px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.vs-icon-b0a1365f svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}
.vs-icon-b0a1365f i {
    color: currentColor;
}

.vs-divider-b0a1365f {
    width: 1px;
    height: 50px;
    background-color: rgba(255,255,255,0.4);
    margin-right: 20px;
}

.vs-content-b0a1365f {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vs-number-b0a1365f {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.vs-title-b0a1365f {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .vs-item-b0a1365f {
        flex: 1 1 45%;
    }
}

@media (max-width: 480px) {
    .vs-item-b0a1365f {
        flex: 1 1 100%;
    }
}