Hi,
Please remove this code:-
.page-heading .container {
margin: 0 !important;
padding: 0 !important;
width: 100%;
}
Use this custom css code:-
.page-heading{
padding:0px !important;
border-bottom:1px solid #000 !important;
}
.page-heading h1{
border-bottom:none !important;
padding:30px 0px !important;
}
Thanks
Mohammad