.brands-grid-fe201b74 {
    display: grid;
    align-items: center;
    justify-items: center;
}

.brand-item-fe201b74 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.brand-item-fe201b74 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.brand-name-fallback {
    font-weight: 600;
    color: #333;
    text-align: center;
}