.footer_bar {
    /* height: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
    /* background-color: var(--color-theme-light-blue); */
}

.bb_section_footer {
    padding-top: 14px;
    padding-bottom: 6px;
    background-color: #16365b;
    color: #97aebd;

    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bb_section_footer_padding {
    padding-left: 40px;
    padding-right: 40px;
}