.pkp_structure_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.berlinup_brand_sidebar {
    /* padding-bottom: 0px; */
}

.pkp_brand_footer > a > img {
    width: 70%;
    margin: auto;
    display: block;
}

.berlinup_brand_navbar_logo > a > img {
    max-height: 65px;
}

#beup_logo {
    width: 100%;
}

.navbar-logo {
    margin: 0px;
}

#logo_spacing {
    min-width: 10%;
}

.footer-logos {
    margin-top: 20px;
}

.pkp_site_name {
    display: flex;
    justify-content:space-around;
}

@media (max-width: 992px) {
    .beup_footer_logo_wrapper {
        display: flex;
    }

    .pkp_structure_footer {
        justify-content: center;
        flex-wrap: wrap;
    }
}