.link-gift{
    text-decoration: underline;
    transition: .2s;
}
.link-gift:hover{
    color:#8ec741;
}