@media screen and (min-width:1366px) 
{
    .container {
        max-width: 1300px; 
    }
}


@media screen and (max-width:1366px) 
{

}


@media screen and (max-width:1200px) 
{
}


@media screen and (max-width:1050px) 
{

}

@media screen and (max-width:992px) 
{
 
}

@media screen and (max-width:850px) 
{

}


@media screen and (max-width:768px) 
{
   
}

@media screen and (max-width:600px) 
{

}



@media screen and (max-width:576px) 
{
}


@media screen and (max-width:480px) 
{
  
}


@media screen and (max-width:400px) 
{

}