.container_brands{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px 10px; */
    /* margin: 0 auto;
    height: auto;
    width: 100%; */
 }

.directory_brands {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 70px;
    margin: 10px;
}