footer .footer-top {
    background-image: url('../img/footer_bg.png');
    background-color: #e0b84e!important;
    position: relative;
    background-position: center top;
}
footer .footer-bottom {
    background-color: #6ab78a!important;
}
footer .footer-bottom img {
    width: 300px;
}
footer .footer-bottom .text-white-0_5 {
    color: #FFFFFF!important;
}
footer .footer-bottom a:hover {
    color: #c6ff85!important;
}
@media (max-width: 767px){
    footer .footer-bottom img {
        width: 270px;
        margin-top: 15px;
    }
    footer .footer-bottom .text-white-0_5 {
        text-align: center!important;
    }
}