.elementor-938 .elementor-element.elementor-element-ec76ff1{--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-938 .elementor-element.elementor-element-eb3e147{--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-938 .elementor-element.elementor-element-9e2c605{width:100%;max-width:100%;}.elementor-938 .elementor-element.elementor-element-91c2fa0{width:100%;max-width:100%;}.elementor-938 .elementor-element.elementor-element-0ba4846{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e2c605 */.elementor-938 .elementor-element.elementor-element-9e2c605 {
  display: block;
  width: 100%;
  max-width: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eb3e147 */.elementor-938 .elementor-element.elementor-element-eb3e147 {
  display: block;
  width: 100%;
  max-width: 100%;
}/* End custom CSS */
/* Start custom CSS */<style>
  .gallery-wrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

.gallery img {
  width: auto;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
}

</style>/* End custom CSS */