#main-footer {
    position: relative;

    & .background-footer {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 430px;
        z-index: -1;
    }

    & .content {
        position: relative;
    }
}