

/* Start:/local/components/adn/brands/templates/.default/style.css?17438827191010*/
.brand-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-list__item {
    background-color: #fff;
    flex: 1 1 50%;
    max-width: 50%;
    height: 18vw;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-bottom: 30px;
    transition: .3s;
}

.brand-list__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    z-index: 1;
}

.brand-list__item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.brand-detail__text p {
    line-height: 20pt;
}

@media screen and (min-width: 480px) {
    .brand-list__item {
        flex: 1 1 33.3333333%;
        max-width: 33.3333333%;
    }
}

@media screen and (min-width: 768px) {
    .brand-list__item {
        flex: 1 1 25%;
        max-width: 25%;
        height: 7.3vw;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1000px) {
    .brand-list__item {
        flex: 1 1 16.6666666%;
        max-width: 16.6666666%;
    }
}
/* End */
/* /local/components/adn/brands/templates/.default/style.css?17438827191010 */
