#GallerySwiper{
    margin:0 0px;
   
}
#GallerySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #GallerySwiper   .swiper-slide img {
    display: block;
    width: 100%;
  
    object-fit: cover;
    }
    .prl-25{
        padding:0 25px;
    }
/*#GallerySwiper img{
    width: 313px!important;
    height: 391px;  
}
#GallerySwiper .swiper-slide{
    max-width:  313px;
    margin:25px;
}
#GallerySwiper .swiper-wrapper{
    height: 550px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
  }*/