@media only screen and (min-width: 1024px) {
selector{
    color: red !important;
}
}