section {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  section {
    width: 70%;
  }
}
