.elementor-kit-10 {
    --e-global-color-primary: blue;
    --e-global-color-secondary: #30373E;
    --e-global-color-text: #535353;
    --e-global-color-accent: #30373E;
    --e-global-color-lighter: #9B9B9B;
    --e-global-color-dark: #202020;
    --e-global-color-highlight: #E56D6D;
    --e-global-color-border: #E5E5E5;
    background-color: #fff;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1290px;
}

.e-con {
    --container-max-width: 1290px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

{
}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}
