.contactActive {
    color: #b92f92 !important;
}
@media only screen and (max-width: 960px) {
    .contactActive {
        color: #f99d31 !important;
    }   
}