@media (min-width: 1200px)
{
    .container
    {
        width: 1030px;
    }
    
    .nav-list
    {
        column-count: 3;
    }
}