@media print,screen and (min-width:768px){
.container{max-width:1236px}
}
@media screen and (max-width:767px){
.column-wrap{padding:0 10px}
}