footer {
    background-color: #222;
}

footer .footer_content {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 10px;
}

footer .footer_content .brand h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
}

footer .footer_content .brand h2 span {
    /* color: #FF5858; */
    color: #C6653A;
    font-weight: 600;
}