/*============================================================================================*/
/* BRANDS PAGE */
/*============================================================================================*/
.brand {
  text-align: center;
}
.brand__link {
  display: block;
  background: #fff;
  border: 1px solid #dddddd;
  height: 100%;
  width: 100%;
}
.brand__image {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
}
.brand__image img {
  max-width: 100%;
  height: auto;
}
.brand__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.brand__name-small {
  font-size: 14px;
  font-size: 0.875rem;
}

/*# sourceMappingURL=brands.css.map */
