/* Override Elementor global container width */
body {
    --container-max-width: 1280px !important;
    --container-widget-width: 1280px !important;
    --e-a-container-width: 1280px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px !important;
}

.e-con-boxed, 
.e-con.e-con-boxed,
.e-con > .e-con-inner {
    max-width: 1280px !important;
}
