:root {
    --color: #e83336;
}

.header-nav,.expert-content-title span:nth-child(2){
    background-color: var(--color);
}

.expert-content-title span:nth-child(1),.cd-nav-item a{
    color: var(--color);
}