@intelisystems
If you take a look around line 698 in your css you’ll see something like this –
#home-bottom {
margin: 0 auto 0;
padding: 40px 0 0;
overflow: hidden;
}
You can change the top padding (the number 40) to 10 or 20px and that will decrease the space between the welcome and the home bottom widgets.
To decrease the space between the home bottom message widget that says “Call Now” and the Footer Widgets area, look for .home #content around line 920 –
.home #content {
padding: 40px 0 0;
}
and then change the 40px to 10 or 20 or whichever number will work best for you.