.elementor-kit-12 {
    --e-global-color-primary: #181818;
    --e-global-color-secondary: #FDF9F2;
    --e-global-color-text: #6A6A6A;
    --e-global-color-accent: #C6AD8A;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

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

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

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

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

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

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