.menu-item:nth-child(1)::before {
    content: 'WHO WE ARE \e093';
}
.menu-item:nth-child(2)::before {
    content: 'PROJECTS \e093';
}
.menu-item:nth-child(3)::before {
    content: 'CAMPAIGNS \e093';
}
.menu-item:nth-child(4)::before {
    content: 'RESULTS';
}
.menu-item:nth-child(5)::before {
    content: 'NEWS';
}
.menu-item:nth-child(6)::before {
    content: 'SUPPORT US \e093';
}
.menu-item:nth-child(7)::before {
    content: 'CONTACTS';
}
.menu-item:nth-child(8)::before {
    content: '\f002';
}
.menu-item:nth-child(10)::before {
    content: 'DONATE NOW \f4be';
}