.contact-us a {
    color: rgba(255, 255, 255, 1);
}

.contact-us a:hover {
    color: rgba(255, 255, 255, 0.7);
}