#main {
    padding-bottom : 25px;
}

.brands__list {
    margin-top            : 15px;
    display               : grid;
    grid-template-columns : repeat(2, 1fr);
    grid-gap              : 5px;
}

.brands__list .brand {
    background : white;
    text-align : center;
    padding    : 15px;
}

.brands__list .brand a {
    text-decoration : none;
}

.brands__list .brand .brand-infos p {
    color     : var(--color-primary);
    font-size : 1rem;
}

.brands__list .brand .brand-products {
    display        : flex;
    flex-direction : column;
    align-items    : center;
}

.brands__list .brand .brand-products span {
    color     : var(--color-black-default);
    font-size : .9rem;
}

.brand__product-list {
    padding-bottom : 15px;
}

#manufacturer-description {
    padding : 10px;
}

#manufacturer-description p {
    text-align : center;
}

.products {
    display               : grid;
    grid-template-columns : repeat(2, 1fr);
    grid-gap              : 5px;
}
