
footer {
    background: #000;
    padding: 0px 20px;
    color: #fff;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px;
    letter-spacing: -0.14px;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}
 
footer .text {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-weight: normal;
} 

footer .text a {
    color: #FCAF2D;
    text-decoration: none;
}


