.container {
    width: min(100% - 32px, var(--container-width));
    margin: 0 auto;
}

section {
    padding: 72px 0;
}