.content-and-header {
    display: flex;
    flex-direction: column;
    padding: 0 2em 0 2em;
    max-width: 1280px;
  }
  @media (max-width:768px) {
    .content-and-header {
      display: flex;
      flex-direction: column;
      padding: 0;
    }
  }