.card-imgglow {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.glow {
     background-color:transparent!important;
  filter: 
drop-shadow(0px 15px 25px rgba(113,212,237,0.05))
drop-shadow(0px 15px 70px rgba(113,212,237,0.2));
   }
   .glow img {
     background-color:transparent!important;
   }

@media screen and (max-width: 768px) {
  .card-imgglow {margin-bottom:2rem;!important}
}