#header-w > div:nth-child(2) > ul > a:nth-child(3) 
{background: grey;}
#header-w > div:nth-child(2) > ul > a:nth-child(3) p {
color: white;
}

#mobile > ul > li:nth-child(5) > a > span:first-child:before {
content:"[";
}
#mobile > ul > li:nth-child(5) > a > span:first-child:after {
content:"]";
}
#mobile > ul > li:nth-child(5) > a > span:nth-child(3):before {
content:"[";
}
#mobile > ul > li:nth-child(5) > a > span:nth-child(3):after {
content:"]";
}
#mobile > ul > li:nth-child(5) > a {
color: #270629; 
pointer-events: none;
}