@media only screen and (max-width:560px){
    .gallery-heading {
        flex-wrap: wrap;
        gap: 15px 0;
        justify-content: center;
    }
    .dots-slider {
   width: auto !important;
    }
}