.footer {

    

    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.below_footer_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_column{
    margin-right:2em;
    width: 16em;
}


