.offer-box:hover {
background-color: gray !important;
/*
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
*/

}
.card {
transition: ease box-shadow 0.3s;
}
.card-img-placeholder {
background-color: gray;
width: 100%;
height: 200px;
}
.card-placeholder-background {
background-color: lightgray !important;
}
.card-text-placeholder {
background-color: white;
width: 60%;
height: 20px;
}
.card-details-placeholder {
background-color: white;
width: 100%;
height: 12px;
}
.card-price-placeholder {
background-color: white;
width: 30%;
height: 12px;
}






