.brand {
    background-color: #fcfcfc;
    padding: 40px 0;
}

.brand h4 {
    margin: 20px 0 !important;
}

.brand_img_box .mini_img_box {
    padding: 12px;
    border: 1px solid #eee;
    background-color: #fff;
    /* transition: 0.3s; */
    overflow: hidden;
    position: relative;
    text-align: center;
}

.brand_img_box .mini_img_box::before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.brand_img_box .padding-0 {
    padding: 0 !important;
}

.brand_img_box .mini_img_box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.brand_img_box .mini_img_box:hover::before{
    border: 2px solid #d8d8d8;
}

.brand_img_box .mini_img_box .sponsored{
    font-size: 12px;
    color: #767676;
    font-weight: 400;
}
@media(max-width:574px) {
    .brand_img_box {
        justify-content: center;
    }

    .brand_img_box .padding-0 {
        width: 150px;
    }

    .brand {
        padding: 20px 0;
    }
}

@media(max-width:455px) {
    .brand_img_box .padding-0 {
        width: 130px;
    }

    .brand_img_box .mini_img_box img {
        height: auto;
    }
}




.tab_owrd ul {
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;

}

.brand_content ul {
    display: flex;
    padding: 10px !important;
    flex-wrap: wrap;
}


.tab_owrd ul li {
    width: 49px;
    height: 40px;
    text-align: center;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.tab_owrd ul li.active {
    background-color: #ff9a34;
    font-weight: bold;
    color: #fff;
}

.brand_content{
    padding: 15px ;
}
.brand_content ul li a {
    padding: 13px 10px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
}
.brand_content ul li a i {
    color: #000;
    display: none;
}

.brand_content:nth-child(odd) {
    background-color: #f5f5f5 !important;
}



@media(max-width:575px) {
    .brand_content ul li a i {
        display: block;
        color: #9f9f9f;
    }

    .brand_content ul li {
        width: 100% !important;
    }

  
    .brand_content ul li a {
        padding: 12px 0;
        border-top: 1px solid #e9e3e3;
    }
}