.card {
  position: relative; 
  width: 250px;
  min-width: 180px;
  margin: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 140px;
  text-align: center;
  padding: 10px;
  z-index: 1;
  border-style: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5); 
  border-radius: 10px;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  }
  .cardimg{
   
    height: 80px;
    width: 150px;
    text-align: center;
    align-items: center;
    border-style: none;
    border-radius: 5px;
    transform: translateZ(20px);
    position: relative;
    margin-top: 20px;
    
  }
  





