footer .bottom{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: unset;
}
footer .bottom > p {
    width: auto;
}
footer .bottom > ul{
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
footer .bottom > a {
    width: auto;
}
footer .bottom #ue{
    margin-top: 10px;
}
@media screen and (min-width: 1024px){
    footer .bottom{
        flex-direction: row;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    footer .bottom > ul{
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }
    footer .bottom > p {
        margin-top: 0;
    }
    footer .bottom > a {
        margin-top: 0;
    }
    footer .bottom #ue{
        margin-top: 0;
    }
}