.container{
  max-width:108rem;
  margin:0 auto;
}

@media screen and (max-width:768px){
  .container{
  width:95%;
  margin:0 2.5%;
}