.bn-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.bn-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 120px;
}

.bn-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bn-badge-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.bn-badge-label {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
}
