@media (min-width: 1025px) {

    /* Classic boxed Elementor sections */
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1100px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Modern Elementor boxed Flexbox containers */
    .e-con.e-con-boxed > .e-con-inner {
        max-width: 1100px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}