.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.e-container {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-element {
    --widgets-spacing: 20px;
}

{
}

#section_page_header {
    display: var(--page-title-display);
}

@media(max-width: 1279px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:1024px;
    }

    .e-container {
        --container-max-width: 1024px;
    }
}

@media(max-width: 575px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:767px;
    }

    .e-container {
        --container-max-width: 767px;
    }
}
