.styling{
    margin-bottom: 15px;
    margin-top: 15px;
}
.gallery_a > img{
    transition: 0.5s ;
}
.gallery_a:hover > img{
    border-radius: 15px !important;
    filter: blur(2px) ;
}