.brands-page header{
    border-bottom: 2px solid var(--color-neutral-600);
}
.brands-page header::after {
    content: '';
    background-color: var(--color-primary);
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.brands-table{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.brands-table-item {
    border: 1px solid #dddddd;
    width: 200px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}