div#footerContainer{
    margin-top: 5rem;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 6rem;*/
}

.footer.section{
    background-color: #2B2B46;
    color: white!important;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.footer p{
    color: white;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: left;
    margin:0;
}

.footer span{
    color: white;
    font-family: Manrope;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0em;
    text-align: left;
    margin:0;
    opacity: 0.5;
}

.footer p > a{
    color: white;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: left;
    margin:0;
    text-decoration: underline!important;
}

.footer span > a{
    color: white;
    font-family: Manrope;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0em;
    text-align: left;
    margin:0;
    text-decoration: underline!important;
}

.footer .d-flex{
    flex-wrap: wrap;
}

.footer .d-flex > div{
    padding:1rem;
}
