.deck-card{
    padding: 50px 0;
    background-color: #e6e6e6;
    
}
.deck-card .card img{
  border-radius: 10px 10px 0 0;
}
.deck-card .card:hover{
  transform: scale(1.05);
}
.deck-card .card{
    border: none;
  border-radius: 10px;
  box-shadow: 0 0 56px -32px rgba(0,0,0,.5);
  transition: 0.5s all;
  overflow: hidden;
}
.deck-card .card .home-text h4{
  color: #30565f;
}
.deck-card .card .home-text button{
    background-color: #b6d43d;
  border: none;
  color: #fff;
  padding: 4px 23px;
  border-radius: 5px;
}
.deck-card .card .home-text{
    padding: 15px 14px;
  text-align: center;
  background-image: url('../img/card-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}