/**
 * Main color : #xxx
 * Secondary color : #xxx
 */

.xxx {
    color: inherit;
}


@media (max-width: 959px) {
    .xxx {
        color: inherit;
    }
}
