.site-footer{

    background:#111;

    color:white;

    padding:40px 0;
}

.footer-inner{

    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer-inner p{
	font-size: .85rem;
}