.brand-grid-b46297bb {
    display: grid;
    /* Default grid columns, responsive controlled by Elementor */
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.brand-grid-item-b46297bb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.brand-grid-item-b46297bb:hover {
    text-decoration: none;
}

.brand-image-b46297bb {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.brand-name-b46297bb {
    font-weight: 500;
    transition: color 0.3s ease;
}
