.brands-top {
    margin-bottom: 50px;
}
.brands-top-list .row>div {
    padding: 0;
    margin: 0 0px -1px -1px;
}
.brands-top-list a{
				display: block;
				text-align: center;
    border: 1px solid #F2F2F2;
    padding: 30px 10px 30px;
    transition: all ease 0.2s;
    height: 100%;
    min-height: 100%;
    position: relative;
    color: #000;
    font-size: 15px;
}
.brands-top-list a:hover {
    border-color: #fff;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
}
.brands-top-list a .img{
				width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto 22px;
    display: block;
}
.brands-top-list a .img img{
				max-width: 100%;
    max-height: 100%;
}
.brands-top-list a span{
				font-weight: bold;
    line-height: 20px;
    display: block;
}