component-grid-brand [data-size="3"] ._component_grid_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
component-grid-brand [data-size="3"] ._component_grid_category .component_grid_items {
  width: 33.33%;
  margin-bottom: 15px;
}
component-grid-brand [data-size="3"] ._component_grid_category .component_grid_items:hover img {
  transform: scale(1.1);
}
component-grid-brand [data-size="3"] img {
  max-height: 350px;
  transition: all 0.3s;
  max-width: 100%;
}
component-grid-brand [data-size="3"] h4 {
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: black;
  margin-bottom: 30px;
  display: block;
}
component-grid-brand [data-size="3"] a.component_grid_brand_link:not(.md-button) {
  border: 2px solid #000;
  background-color: #fff;
  color: #000 !important;
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: SANS-SERIF;
  transition: all .3s;
  margin: 0 auto;
}
@media (max-width: 767px) {
  component-grid-brand [data-size="3"] ._component_grid_category .component_grid_items {
    width: 100%;
    height: 70vw;
  }
  component-grid-brand [data-size="3"] ._component_grid_category .component_grid_items img {
    height: 70vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  component-grid-brand [data-size="3"] ._component_grid_category .component_grid_items {
    width: 50%;
  }
  component-grid-brand [data-size="3"] ._component_grid_category .component_grid_items img {
    height: 50vw;
  }
}
