.footer {
    background: #1A1A1A;
    color: var(--color-white);
    padding: 40px 191px 30px;
}

.header {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 20px 80px;
    width: calc(100% - 40px);
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
}