.elementor-988531 .elementor-element.elementor-element-7bf78bdwrap{--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;--padding-top:8px;--padding-bottom:48px;--padding-left:16px;--padding-right:16px;}.elementor-988531 .elementor-element.elementor-element-7bf78bdgal .gallery-item{padding:0 18px 18px 0;}.elementor-988531 .elementor-element.elementor-element-7bf78bdgal .gallery{margin:0 -18px -18px 0;}.elementor-988531 .elementor-element.elementor-element-7bf78bdgal .gallery-item .gallery-caption{text-align:center;}@media(min-width:768px){.elementor-988531 .elementor-element.elementor-element-7bf78bdwrap{--content-width:1080px;}}/* Start custom CSS *//* Certificate gallery — balanced 3-col grid matching site cards */
.elementor-988531 .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px !important;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1080px;
}
.elementor-988531 .gallery .gallery-item {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.elementor-988531 .gallery .gallery-icon {
  margin: 0 !important;
}
.elementor-988531 .gallery .gallery-icon img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(16, 42, 36, 0.10);
  display: block;
  background: #fff;
}
.elementor-988531 .gallery .gallery-caption {
  display: none !important;
}
@media (max-width: 1024px) {
  .elementor-988531 .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .elementor-988531 .gallery {
    grid-template-columns: 1fr;
    gap: 14px !important;
    max-width: 420px;
  }
}/* End custom CSS */