Hi,
Sorry for the delayed response!
Please use the below code to your custom CSS:
@media (max-width: 768px){
.logo-image {
height: 25px !important;
}
}
This will solve the logo issue!
I can see your top slider of home page has right padding issue if it's not intentional then you may try to remove the padding from top slider section setting or you can use the following CSS code:
.sp-page-builder .page-content #section-id-1552992924080 {
padding: 0!important;
}
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Best Regards