Sorry for the misunderstanding 🙂
Now I see the problem.
So, forget the previous post and add additionally the following code into your custom CSS:
@media (max-width: 1022px), (min-width: 993px) {
.main-navigation>div>ul>li {
padding-right: 20px!important;}
}
Regards