

/* Start:/local/templates/DT/components/bitrix/news.list/dt-brands/style.css?1786264689652*/
.brand-section {
    margin: 40px 0 64px;
}
.brand-section .brand-section__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
.brand-section .brand-section__items {
    display: flex;
}
.brand-section .brand-section__items .brand-section__items-block {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 120px;
    padding: 1%;
    border: 1px solid var(--color-lightgray);
    transition: all 0.3s ease;
}
.brand-section .brand-section__items .brand-section__items-block:hover {
    box-shadow: 0 0 16px var(--color-lightgray);
}
/* End */
/* /local/templates/DT/components/bitrix/news.list/dt-brands/style.css?1786264689652 */
