Add the code below to your custom css.
Adjust the font-size and font-family to your desired values.
#copyright p {
line-height: 40px!important;
font-size:14px!important;
font-family:"Arial"!important;
}
#copyright.copyright-divider{
height:57px!important;
}
.page-heading .heading-text {
margin-top: 60px!important;
position: absolute!important;
}
-Rui