.elementor-103 .elementor-element.elementor-element-ff8d175{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-103 .elementor-element.elementor-element-611351e{--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-103 .elementor-element.elementor-element-970030f > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-103 .elementor-element.elementor-element-a3ed587{--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-103 .elementor-element.elementor-element-feec53d{--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-103 .elementor-element.elementor-element-be55c0a > .elementor-widget-container{padding:15px 15px 15px 15px;}.elementor-103 .elementor-element.elementor-element-be55c0a.elementor-element{--align-self:stretch;}.elementor-103 .elementor-element.elementor-element-fd31819{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-103 .elementor-element.elementor-element-21b1813{--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-103 .elementor-element.elementor-element-514e965{--display:flex;}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(20px/2);}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(20px/2);}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(20px/2);margin-left:calc(20px/2);}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-20px/2);margin-left:calc(-20px/2);}body.rtl .elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-20px/2);}body:not(.rtl) .elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-20px/2);}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-103 .elementor-element.elementor-element-5de2a0f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-103 .elementor-element.elementor-element-5de2a0f .elementor-icon-list-text{transition:color 0.3s;}.elementor-103 .elementor-element.elementor-element-217c4f2 > .elementor-widget-container{padding:25px 0px 25px 0px;}.elementor-103 .elementor-element.elementor-element-9e0d69c{--display:flex;}.elementor-103 .elementor-element.elementor-element-758dab7{--display:flex;}.elementor-103 .elementor-element.elementor-element-239f02f{--display:flex;}.elementor-103 .elementor-element.elementor-element-295e27e{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}.elementor-103 .elementor-element.elementor-element-794c074{--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-103 .elementor-element.elementor-element-bcd357b{--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;}@media(min-width:768px){.elementor-103 .elementor-element.elementor-element-611351e{--width:50%;}.elementor-103 .elementor-element.elementor-element-a3ed587{--width:50%;}.elementor-103 .elementor-element.elementor-element-21b1813{--width:50%;}.elementor-103 .elementor-element.elementor-element-794c074{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-be55c0a *//* wrap */
.lcg-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* adjust 150px to your preferred box width */
  gap: 8px; /* space between images */
}

/* each image */
.lcg-images img {
  width: 100%;
  height: 150px;      /* set a uniform height */
  object-fit: cover;  /* crop the image to fill the box */
  display: block;
}/* End custom CSS */