.pf-footer{

    background:var(--pf-primary);

    padding:40px 0;

}

.pf-footer-logo{

    display:flex;

    justify-content:center;

}

.pf-footer-logo img{

    max-height:70px;

    width:auto;

}
/*
|--------------------------------------------------------------------------
| Footer Copyright
|--------------------------------------------------------------------------
*/

.pf-footer{

    padding:50px 0;

    text-align:center;

}

.pf-footer-logo{

    display:inline-flex;

    justify-content:center;

    margin-bottom:20px;

}

.pf-footer-logo img{

    height:70px;

    width:auto;

}

.pf-footer-copy{

    color:#ffffff;

    font-size:15px;

    line-height:1.6;

}