

.benefit-card{

background:white;

padding:35px;

border-radius:20px;

transition:.3s;

box-shadow:
0 10px 30px rgba(0,0,0,.05);
}

.benefit-card:hover{

transform:translateY(-8px);
}