.elementor-509 .elementor-element.elementor-element-9c279fc{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-509 .elementor-element.elementor-element-e57b72e{--display:flex;}.elementor-509 .elementor-element.elementor-element-6e87ae7{--display:flex;--overflow:hidden;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-509 .elementor-element.elementor-element-24fceaa .gallery-item{padding:0 10px 10px 0;}.elementor-509 .elementor-element.elementor-element-24fceaa .gallery{margin:0 -10px -10px 0;}.elementor-509 .elementor-element.elementor-element-24fceaa .gallery-item .gallery-caption{text-align:center;color:#050714;font-family:"Lato", Sans-serif;font-size:17px;font-weight:800;text-transform:uppercase;}@media(max-width:767px){.elementor-509 .elementor-element.elementor-element-9c279fc{--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-509 .elementor-element.elementor-element-24fceaa .gallery-item .gallery-caption{text-align:center;font-size:10px;}}@media(max-width:479px){.elementor-509 .elementor-element.elementor-element-24fceaa .gallery-item .gallery-caption{font-size:16px;}}/* Start custom CSS for image-gallery, class: .elementor-element-24fceaa */.gallery.gallery-columns-4 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center; /* center all rows */
  gap: 30px; /* space between items */
}

.gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 30px); /* 4 items per row with gap */
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(33.33% - 30px); /* 3 per row on tablets */
  }
}

@media (max-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(50% - 30px); /* 2 per row on small screens */
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 100%; /* 1 per row on phones */
  }
}/* End custom CSS */