.elementor-kit-7 {
    --e-global-color-primary: #361B22;
    --e-global-color-secondary: #e8d4ad;
    --e-global-color-text: black;
    --e-global-color-accent: #F4EFE9;
    --e-global-color-d205d73: #FEFEFE;
    --e-global-typography-primary-font-family: "Jost";
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-secondary-font-family: "Jost";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Jost";
    --e-global-typography-text-font-size: 18px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 32px;
    --e-global-typography-accent-font-family: "Jost";
    --e-global-typography-accent-font-weight: 400;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1400px;
}

.e-con {
    --container-max-width: 1400px;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
}

.elementor-widget:not(:last-child) {
    --kit-widget-spacing: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 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;
    }
}