.elementor-kit-7 {
    --e-global-color-primary: #15138f;
    --e-global-color-secondary: #F8C32C;
    --e-global-color-text: #6E7673;
    --e-global-color-accent: #072010;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}

.e-con {
    --container-max-width: 1200px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 0px;
}

.elementor-element {
    --widgets-spacing: 0px 0px;
}

@media(max-width:991px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:575px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}