.custom-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    width: 100%;
    max-width: 300px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Center judul kategori sebelum galeri */
h3 {
  text-align: center !important;
  margin: 20px 0 10px;
}
