.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  line-height: 2rem;
  padding-top: 3%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
  #main {
    width: 100% !important;
  }
}