Hello,
Regarding your query related to remove space in footer content, you can add CSS following path Admin Panel > Appearance > Customize > Additional CSS
.home .site-footer .page-section {
padding: 0px;
}
To increase the logo height, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS
.site-logo .custom-logo-link img {
max-height: 120px;
}
You can adjust the height as per your requirement.
Hope this helps.
If you have further queries, let us know.
Regards.