@media screen and (min-width: 767px) {
    .elementor-custom-gallery {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .elementor-widget-container .swiper-button-wrapper {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .elementor-custom-gallery {
        gap: 0 !important;
        align-items: center;
    }
    .elementor-custom-gallery-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .elementor-widget-container .swiper-button-prev {
        left: -10px;
    }
    .elementor-widget-container .swiper-button-next {
        right: -10px;
    }
    .elementor-widget-container .swiper-button:after {
        font-size: 16px;
    }
}