.brand_list_design{padding: 50px 0;}
.brand_list_design .section_header{padding-bottom: 30px;}
.brand_list_design .brand_collections_list { display: flex; flex-direction: column; gap: 10px; }
.brand_list_design .brand_collections_list .collection_title { max-width: fit-content; opacity: 0.7; transition: all .3s; }
.brand_list_design .brand_collections_list .collection_title:hover{opacity: 1;}


@media screen and (max-width: 749px) {
    .brand_list_design{padding: 30px 0;}
}