.elementor-157991 .elementor-element.elementor-element-69d1bc3f{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-157991 .elementor-element.elementor-element-539f80cf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-157991 .elementor-element.elementor-element-fdce197 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-157991 .elementor-element.elementor-element-fdce197 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-157991 .elementor-element.elementor-element-fdce197{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-157991 .elementor-element.elementor-element-fdce197 .elementor-gallery-item__title{font-family:"Merriweather", Sans-serif;font-weight:700;}.elementor-157991 .elementor-element.elementor-element-e3ad0aa .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-157991 .elementor-element.elementor-element-e3ad0aa .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-157991 .elementor-element.elementor-element-e3ad0aa{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-157991 .elementor-element.elementor-element-e3ad0aa .elementor-gallery-item__title{font-family:"Merriweather", Sans-serif;font-weight:700;}.elementor-157991 .elementor-element.elementor-element-c5fb4d7 > .elementor-widget-container{margin:15px 0px 0px 0px;}/* Start custom CSS for gallery, class: .elementor-element-fdce197 */@media (max-width: 768px) {
    .elementor-gallery__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 10px; /* Adjust the gap between items */
    }
}

@media (max-width: 480px) {
    .elementor-gallery__container {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
    }
}/* End custom CSS */
/* Start custom CSS for gallery, class: .elementor-element-e3ad0aa */@media (max-width: 768px) {
    .elementor-gallery__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 10px; /* Adjust the gap between items */
    }
}

@media (max-width: 480px) {
    .elementor-gallery__container {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
    }
}/* End custom CSS */