.content-wrapper {
  margin: 0 auto;
}

@media (min-width: 769px){
  .content-wrapper {
    width: 90%;
    max-width: 1000px;
  }
}