@media screen and (min-width: 640px) {
  .section-break.container,
  section .container {
    max-width: 800px;
    margin: 0 auto;
  }
}
