.elementor-406 .elementor-element.elementor-element-eceb0c1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:3rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-406 .elementor-element.elementor-element-d9afd66{--display:flex;}.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-406 .elementor-element.elementor-element-a2218b1 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-406 .elementor-element.elementor-element-a2218b1 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-406 .elementor-element.elementor-element-a2218b1{--titles-container-justify-content:center;margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 3rem) 0rem;--image-border-width:0px;--image-border-radius:20px;--image-transition-duration:0ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:400ms;--content-transition-delay:400ms;--galleries-title-color-normal:#272727;--galleries-title-color-hover:var( --e-global-color-primary );--gallery-title-color-active:var( --e-global-color-primary );}.elementor-406 .elementor-element.elementor-element-a2218b1 .elementor-gallery-title{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:600;--space-between:20px;}.elementor-406 .elementor-element.elementor-element-a2218b1 .elementor-gallery__titles-container{margin-bottom:25px;}/* Start custom CSS */div#gallery-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div#gallery-box .elementor-gallery__titles-container {
    display: block;
    width: 25%;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 20px;
}

div#gallery-box .elementor-gallery__container {
    width: 75%;
}

div#gallery-box .elementor-gallery__titles-container a.elementor-item.elementor-gallery-title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  div#gallery-box {
    display: block;
}

div#gallery-box .elementor-gallery__titles-container {
    display: block;
    width: 100%;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 20px;
}

div#gallery-box .elementor-gallery__container {
    width: 100%;
    grid-template-columns: 1fr;
}
}/* End custom CSS */