Hi there,
1. The page is built with Elementor – you should set the background color for that section in Elementor.
2. You have several lines of CSS that is adding padding to the top of your content:
.site-content {
padding: 6.5em 0 0;
}
.site-content {
padding: 2.5em 0 0;
}
@media screen and (min-width: 48em) {
.site-content {
padding: 5.5em 0 0;
}
}
Those need to be removed – but i cannot tell you where the CSS is coming from as you have the Litespeed cache enabled.