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

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

.pkp_structure_footer_wrapper {
    background-color: #081434;
}

.pkp_footer_content {
    display: flex;
    align-items: center;
}

.pkp_brand_footer img {
    filter: invert(1);
}
