.gallery-grid {
  display: block !important;
  column-count: 2 !important;
  column-gap: 12px !important;
  margin-top: 20px !important;
}

.gallery-item {
  display: block !important;
  margin-bottom: 12px !important;
  break-inside: avoid !important;
}

.gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 6px !important;
}

@media (max-width: 768px) {
  .gallery-grid {
    column-count: 1 !important;
  }
}
