.container{
    max-width: 900px;
    margin: 40px auto;
}
@media(max-width: 767px){
  .container{
    margin: 10px;
  }
}