Hello There,
Thanks of providing the information. To align the comments section almost the same as the footer, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.single-post .x-comments-area > * {
clear: both;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
Hope this helps. Please let us know how it goes.