.column_brands {
    display: grid;
    gap: 24rem;
    grid-template-columns: repeat(4, 1fr);
}
.brand {
    height: 360px;
    border: 1px solid #D6D6D6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.brand img {
    max-height: 100%;
}

.simbol{
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid;
    margin: 5px;
    text-align: center;
    line-height : 30px;
}
.alf{
    width: 100%;
    height: 45px;
    display: block;
    padding: 0 5px;
}