.brand-filter {
  width: 620px;
  margin: 0 auto 2rem;
}
.brand-filter span{
  float: left;
  margin-top: 0.9rem;
  margin-right: 1rem;
}
.brand-filter ul{
  list-style: none;
}
.brand-filter ul li{
  float: left;
  font-size: 16px;
}
.brand-filter ul li > a{
  display: inline-block;
  padding: 0.5em;
}
.brand-filter ul li.w0-9{
  width: 25px;
}

.brand-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4rem;
}
.brand-item {
  flex: 0 25%;
  margin-top: 4rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 1rem;
  text-align: center;
  height: 16rem;
}
.brand-item a {
  display: block;
  font-weight: 300;
  transition: 0.18s;
  padding: 1rem;
  border-radius: 1rem;
}
.brand-item a:hover {
  background: rgba(0,0,0,0.05);
}
.brand-img{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 10rem
}
.brand-img > img{
  max-height: 100%;
}
.brand-item h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 1rem 0 0;
}