.brand_2-table td, .brand_2-table th{
    vertical-align: top;
    padding: 10px;
}
.brand_2-table td:first-child, .brand_2-table th:first-child{
    padding-left: 0;
}
.brand_2-table .brand_container{
    width: 200px;
}
.brand_2-table .brand_container_img{
    text-align: center;
}
.brand_2-table .brand_container_img img{
    max-height: 50px;
    max-width: 80%;
}
.brand_2-table--outer{
    position: relative;
    margin-bottom: 5px;
}
.brand_2-table--inner{
    overflow-x: auto;
}
.brand_2-table .brand_container_name{
    text-align: center;
}
.brand_2-table--outer .simplebar-track.simplebar-horizontal{
    height: 4px;
    top: initial;
    bottom: 0;
}
.brand_2-table--outer .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
    height: 4px;
}
@media(max-width:576px){
    .brand_2-table .brand_container{
        width: 25.4vw;
    }
}