.hover-orage a:hover span{
    color: #e87007 !important;
    transition: all 0.3s;
}

.hover-opacity:hover {
    opacity: .6;
    transition: all 0.3s;
}