main .wrapper{
   width: 1200px;
}
@media not screen and (min-width: 1200px){
    main .wrapper{
        padding: 0 2%;
    }
}