.container{
max-width:1200px;
margin:0 auto;
padding:0 18px;

/* Layout stability */
box-sizing:border-box;

/* Prevent overflow issues */
width:100%;

}