Я нашел этот элемент со встроенным стилем, вы должны удалить стиль из элемента.
<section class="elementor-element elementor-element-4db61fc1 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="4db61fc1" data-element_type="section" data-settings="{"stretch_section":"section-stretched"}" style="width: 1583px; left: 0px;">
И вот исправление для вашего CSS
@media screen and (min-width: 1026px) {
.site-main {
max-width: 1140px!important;
padding: 50px 0 50px 0!important;
margin: 0 auto;
}
}
.elementor-1137 .elementor-element.elementor-element-4db61fc1 {
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
}