.text-white {
    color: #fff;
}

.text-grey {
    color: #3D3935;
}

.text-grey-lite {
    color: #4f4f4f;
}

.text-blue {
    color: #000000;
}

.link-text-blue:hover .text-grey-lite {
    color: #b4b4b4 !important;
}

.link-text-white:hover .text-white {
    color: #b4b4b4 !important;
}