.container {
    width: min(100% - 48px, var(--container-width));
    margin: 0 auto;
}

.section {
    position: relative;
    padding: var(--section-padding) 0;
}

.header-inner,
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}