.footer-copyright-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding:9px 0;
}
.footer-copyright-content p{
    color:#fff;
    margin: 0;
    padding: 0;
}
.footer-copyright-content a{
    color:#fff;
}
.footer-copyright-content a:hover{
   color:#bea787;
}
