

/* Start:/bitrix/templates/groom-mir/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1774519194958*/
.brands-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.brands-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
.brands-item-wrapper {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 13.5px;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #111;
  padding: 13.5px;
  font-weight: bold;
}
.brands-item-image img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 991px) {
  .brands-item-name {
    font-size: 15px;
  }
  .brands-item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .brands-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .brands-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* End */
/* /bitrix/templates/groom-mir/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1774519194958 */
