#footer{
    background-color: #5d230c;
}
#footer .container.footer-rows,
#footer .container.footer-rows a,
#footer .container.footer-rows h4,
#footer .container.footer-rows h4 span,
#footer .footer-links-icons,
#footer .footer-links-icons a{
    color: #fff;
}

.footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.footer-bottom span#signature, .footer-bottom span.copyright {
    width: 100%;
    flex-basis: 100%;
}

.footer-bottom #signature {
    order: 2;
    margin-left: 0px;
    margin-top: 30px;
}