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

h1.entry-title {
    display: var(--page-title-display)
}

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

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