.container{
  width:min(100%, var(--max-width));
  margin:auto;
  padding:0 2rem;
}

section{
  position:relative;
}