section{ display:block; }
@media (min-width:480px){
section{ max-width:1200px; margin:0 auto; }
}
