.brand_widget_main {
    border: 1px solid #000000;
    display: block;
    overflow: hidden;
    width: 100%;
}
.brand_widget_main .brand_widget_heading {
    background: #333;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.brand_widget_main .brand_widget_heading h2 {
    font-weight: 600;
    margin: 0 0 0 15px;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 20px;
}
.brand_widget_main .brand_widget_desc {
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 0 15px 15px;
    text-align: left;
}
.brand_widget_main .float-left {
    list-style: none;
    overflow: hidden;
    padding: 15px;
}
.brand_widget_main .brand_data:nth-child(6n) {
    margin-right: 0;
}
.brand_widget_main .brand_data {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    width: 16%;
}
.brand_widget_main .brand_img {
    display: block;
    height: 70px;
    margin: 0 auto;
    width: 140px;
}
.brand_widget_main .brand_img img {
    width: 100%;
}
@media only screen and (max-width: 980px) {
    .brand_widget_main .brand_data {
         width: 24%;
    }
}
@media only screen and (max-width: 640px) {
    .brand_widget_main .brand_data {
        width: 31%;
        margin-right: 10px;
    }
    .brand_widget_main .brand_data:nth-child(3n) {
        margin-right: 0;
    }
    .brand_widget_main .brand_img {
        width: auto;
        height: 90px;
    }
}
@media only screen and (max-width: 360px) {
    .brand_widget_main .brand_data {
        width: 100%;
        margin-right: 0;
    }
    .brand_widget_main .brand_img {
        width: 140px;
    }
}