.elementor-27252 .elementor-element.elementor-element-5f1ea242{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27252 .elementor-element.elementor-element-1ff326b9{--spacer-size:50px;}.elementor-27252 .elementor-element.elementor-element-37dac785{--display:flex;}.elementor-27252 .elementor-element.elementor-element-34f29bc8{text-align:center;}.elementor-27252 .elementor-element.elementor-element-4695e4a8{--display:flex;}.elementor-27252 .elementor-element.elementor-element-76223304 .gallery-item .gallery-caption{display:none;}.elementor-27252 .elementor-element.elementor-element-76223304 .gallery-item{padding:0 15px 15px 0;}.elementor-27252 .elementor-element.elementor-element-76223304 .gallery{margin:0 -15px -15px 0;}:root{--page-title-display:none;}/* Start custom CSS for image-gallery, class: .elementor-element-76223304 *//* Force exactly 2 rows for Elementor "Basic Gallery" (WP gallery markup) */
.two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;        /* column width; tweak 180px */
  gap: 12px;                                      /* spacing between items */
  overflow-x: auto;                               /* allows horizontal scroll when needed */
  -webkit-overflow-scrolling: touch;
}

/* Neutralize WP gallery default floats / widths so Grid can take over */
.two-rows-fixed .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Make thumbs cover their grid cell nicely */
.two-rows-fixed .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr ; 
  gap: 10px;
}
}
@media only screen and (max-width: 767px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 0px;
}
}/* End custom CSS */