.custom-brands-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.custom-brands-grid li {
    width: 160px;
    text-align: center;
}

.custom-brands-grid li img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.custom-brands-grid li h3 {
    font-size: 16px;
    margin: 0;
}
