.elementor-kit-15 {
    --e-global-color-hai-lai: #D690FF;
    --e-size-image-fd: 170px auto;
    --e-global-color-primary: #FFF3E3;
    --e-global-color-secondary: #492F1E;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #F5BA3C;
    --e-global-color-ad6edfe: #CF423B;
    --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: "Varela Round";
    --e-global-typography-accent-font-weight: 700;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
}

.elementor-kit-15 h1 {
    color: var(--e-global-color-secondary);
}

.elementor-kit-15 h2 {
    color: var(--e-global-color-secondary);
}

.elementor-kit-15 h3 {
    color: var(--e-global-color-accent);
    font-family: "Varela Round", Sans-serif;
}

.elementor-kit-15 h4 {
    color: var(--e-global-color-secondary);
}

.elementor-kit-15 h5 {
    color: var(--e-global-color-secondary);
}

.elementor-kit-15 h6 {
    color: var(--e-global-color-secondary);
}

.elementor-kit-15 button,
.elementor-kit-15 input[type="button"],
.elementor-kit-15 input[type="submit"],
.elementor-kit-15 .elementor-button {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
}

.elementor-kit-15 button:hover,
.elementor-kit-15 button:focus,
.elementor-kit-15 input[type="button"]:hover,
.elementor-kit-15 input[type="button"]:focus,
.elementor-kit-15 input[type="submit"]:hover,
.elementor-kit-15 input[type="submit"]:focus,
.elementor-kit-15 .elementor-button:hover,
.elementor-kit-15 .elementor-button:focus {
    background-color: var(--e-global-color-secondary);
}

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

.e-con {
    --container-max-width: 1140px;
}

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

.elementor-element {
    --widgets-spacing: 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;
    }
}