

@media (min-width: 320px) and (max-width:950px) {

.nav-item
{
    background-color: #e4e2e5 !important;
    border-color: green !important;
    text-align: center !important;
    width: 100% !important;

}
}