.Footer_Wrapper {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    padding: 30px;
    background: var(--c-4);
    box-shadow: 0 0 16px var(--c-4);
}

.Footer_Logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-0);
}

.Footer_Table {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 30px;
}

.Footer_Table_Left, .Footer_Table_Right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 250px;
}

.Header_Logo_Footer {
    position: relative;
    height: 300px;
    width: 300px;


    background-image: url("/_CONTENT/_SVG/logo_alfa_sm_w.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}