/* Start custom CSS for section, class: .elementor-element-5424e3b */.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-auto-rows: 240px !important;
  gap: 4px !important;
}

.gallery-item {
  overflow: hidden !important;
  position: relative !important;
  min-height: 240px !important;
}

.gallery-item.tall {
  grid-row: span 2 !important;
  min-height: 484px !important;
}

.gallery-item.wide {
  grid-column: span 2 !important;
}

.gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}/* End custom CSS */
/* Start custom CSS */.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-auto-rows: 240px !important;
  gap: 4px !important;
}

.gallery-item {
  overflow: hidden !important;
  position: relative !important;
  min-height: 240px !important;
}

.gallery-item.tall {
  grid-row: span 2 !important;
  min-height: 484px !important;
}

.gallery-item.wide {
  grid-column: span 2 !important;
}

.gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}/* End custom CSS */