Why is the top section of my blog post cut off?

Hi,

I see the top section right below header is cut off in my blog post. See the highlighted part. Only the blog post seems to be have this issue while other webpages look fine. Any idea how to fix this?

https://canamsys.com/blogs/news

Thank you!

@CanamSystems

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
body:not(.template-index,.template-product) .main-content {
    padding-top: 20px;
}

It’s fixed now. Thank you.

@CanamSystems

its my pleasure to help us