.hover-green {
    transition: color 0.3s ease; 
    color:white;
}

    .hover-green:hover {
        color: #4AA760;
    }
