.featured-box-txt p{margin-bottom:0;}
.featured-box{
    transition:all ease-in-out 0.2s;
}
.featured-box:hover{
    transform:translateY(-10px);
}