.elementor-263 .elementor-element.elementor-element-c4f16f5{--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:60px;--padding-bottom:60px;--padding-left:12px;--padding-right:12px;}.elementor-263 .elementor-element.elementor-element-c4f16f5:not(.elementor-motion-effects-element-type-background), .elementor-263 .elementor-element.elementor-element-c4f16f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-263 .elementor-element.elementor-element-b005902{text-align:center;}.elementor-263 .elementor-element.elementor-element-b005902 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:17px;font-weight:600;text-transform:uppercase;line-height:17px;color:#C15D15;}.elementor-263 .elementor-element.elementor-element-b5cac5a{padding:10px 0px 0px 0px;text-align:center;}.elementor-263 .elementor-element.elementor-element-b5cac5a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:44px;font-weight:700;line-height:56px;color:#24160F;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-263 .elementor-element.elementor-element-853a9ef{padding:10px 0px 0px 0px;text-align:center;font-family:"Nunito Sans", Sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#5A5A5A;}.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 );text-transform:var( --e-global-typography-accent-text-transform );}.elementor-263 .elementor-element.elementor-element-05ad1b6 .gallery-item .gallery-caption{text-align:center;}@media(max-width:767px){.elementor-263 .elementor-element.elementor-element-b5cac5a .elementor-heading-title{font-size:28px;line-height:40px;}}/* Start custom CSS for image-gallery, class: .elementor-element-05ad1b6 */.elementor-image-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.elementor-image-gallery .gallery-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-image-gallery .gallery-item .gallery-icon {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
}

.elementor-image-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .elementor-image-gallery .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}/* End custom CSS */