.brands-first-char-list{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}

.brand-nav--flex-grow {
    flex-grow: 1;
}

.brands-first-char-list a{
    color: black;
    padding: 5px;
}

.brands-first-char-list a.active{
    color: #e66200;
}

.brands-first-char-list a:hover{
    color: #e66200;
}

.brands-first-char-list span{
    color: black;
    opacity: 0.4;
}

.brands-first-char-list li::before{
    display: none !important;
}

.brands-first-char-list li{
    margin-right: 10px !important;
    padding: 0 !important;
    font-size: 20px;
}

.table-type-block.item-views.items-list5 .item{
    padding: 35px !important;
}
