/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/scss/brands.scss ***!
  \****************************************************************************************************************************************************************************************/
.brands-list {
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  margin-right: 10px;
  margin-left: 10px;
}
.brands-list a {
  color: #343a40;
  text-align: center;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  background-color: #fff;
  padding: 12px;
}
.brands-list a img {
  width: 35px;
  height: 35px;
}
.brands-list a .brand-name {
  font-weight: 600;
  font-size: 13px;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .brands-list a img {
    width: 60px;
    height: 60px;
  }
  .brands-list a:hover {
    color: #1a1e23;
    background-color: #eef2f7;
  }
  .brands-list a .brand-name {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .brands-list {
    margin-right: 0;
    margin-left: 0;
  }
}

/*# sourceMappingURL=brands-style.ceec7435.css.map*/