

/* Start:/bitrix/templates/shop/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1743082960971*/
.brand_section{
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin-top: 40px;

}
.title_section_parent{
    font-weight: 700;
    font-size: 18px;
    color: #383838;
}
.listing_child_section{
display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.listing_child_section a{
    border: 1px solid #EDEDED;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    max-width: 280px;
}
@media (max-width: 575px) {
    .listing_child_section a{
        width: 100%;
        max-width: 100%;
    }

}
.image_brand img{
    width: 140px;
}
.name_brand{
    text-align: center;
    color: #383838;
}
.description_section{
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    gap: 100px;
}
.description_image img {
    width: 200px;
}
/* End */
/* /bitrix/templates/shop/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1743082960971 */
