.elementor-7006 .elementor-element.elementor-element-f8b3fb0{margin-top:15px;margin-bottom:15px;}.elementor-widget-theme-post-content{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 );}/* Start custom CSS for section, class: .elementor-element-f8b3fb0 */.gallery {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery figure.gallery-item {
    width: 100%;
    text-align: center;
  padding: 0 15px;
}
.gallery.gallery-columns-3 figure.gallery-item {
    width: 33.33%;
}
.gallery.gallery-columns-4 figure.gallery-item {
    width: 25%;
}
.gallery.gallery-columns-2 figure.gallery-item {
    width: 50%;
}
.gallery.gallery-columns-5 figure.gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 figure.gallery-item {
    width: 16.66%;
}
.gallery.gallery-columns-7 figure.gallery-item {
    width: 14.28%;
}
.gallery.gallery-columns-8 figure.gallery-item {
    width: 12.5%;
}
.gallery.gallery-columns-9 figure.gallery-item {
    width: 11.11%;
}
.elementor-lightbox,.swiper-wrapper,body.admin-bar .dialog-lightbox-widget {
    display: none!important;
}

.gallery figure.gallery-item img {
    border: 2px solid #cfcfcf;
}
@media(max-width:767px){
  .gallery figure.gallery-item {
    width: 50%;
    text-align: center;
    /* border: 2px solid #cfcfcf; */padding: 0 15px;
}  
}/* End custom CSS */