Need help with formatting the homepage using css

Hi all,

Need your help on solving my issue. in my website fashntees.in . i face some issues in home page. Each section is overlapping eachother and need help to sort it out.

Website: fashntees.in

pass:FT

Please help me experts

@Ponmalar , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.custom-content {
    margin-bottom: 0px !important;
}

Kind regards,
Diego

Thanks u so much @diego_ezfy Will check and give you the feedback.

Meanwhile i have this below CSS i am not sure whether is it neccessary to keep it or remove it

#shopify-section-1650166123c5ad0a90 .page-width {padding: 0;max-width: 100%;}
.template-index .main-content {padding-top: 0;}
#shopify-section-1647076815b1ea6540 {padding-bottom: 0;margin-bottom: 180px;}

Thanks it works. Also can you please help me how to make this full width?