.homeourbrands {
  background-color: #f3f3f3;
}
.homeourbrands .title {
  font-weight: 700;
  font-size: 35px;
  color: #121212;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .homeourbrands .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .homeourbrands .title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .homeourbrands .title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .homeourbrands .title {
    font-size: 55px;
  }
}
.homeourbrands .brand-image figure {
  margin: 0;
}