
#gallery-content .gallery-item{
  /* background: blue; */
   background-position: center;
   background-size: cover;
   border-radius: 2rem;
       padding-bottom: 100%;
       /* border: 3px solid <?= $data['cliente']['menu_color'] ?>; */
}

a .card{
  border-radius: 2rem;
}
