How can I reduce the content size on my homepage?

Hi there!

I have this website www.seamossandmore.com which is run by Motion theme. The content on the homepage appears enlarged and is not appealing to the eyes. The size of the content on the other pages such as about us and contact us is different than the homepage.

I want the homepage to look pleasant like this: https://www.goodenergyworldwide.com/consulting

I’m unable to figure out a way to change the layout and make it look good. Please guide me and provide a solution if possible.

Thanks.

@mowais90 - I checked home page and privacy page… home page literally have class enlarge text which makes text bigger with css, it can be made smaller using css, add this css to the very end of theme.scss file and check , this is not the final solution for all, but should work for most parts

@media only screen and (min-width: 590px){
.rte .enlarge-text p {font-size: 17px;}
}