/*.nav-tabs .nav-item {
  display: block;
  flex-grow: 1;
}

.gallery-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.gallery-categories > div {
  width: 33%;
}

.media-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5%;
}

.media-gallery > div {
  display: block;
  width: 33%;
  margin-bottom: 0.5%;
}

.media-gallery.model-home {
  justify-content: center;
}
 