@media only screen and (min-width:600px) {

.flex-brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}

.flex-brand-list ul {
    width: 30%;
    margin-bottom: 20px;
}
}