.elementor-kit-20 {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #6A6A6A;
    --e-global-color-text: #6A6A6A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto";
    --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;
    font-size: 15px;
}

.elementor-kit-20 a {
    color: #eca211;
}

.elementor-kit-20 h1 {
    font-size: 70px;
    font-weight: bold;
}

.elementor-kit-20 h2 {
    font-size: 40px;
    font-weight: bold;
}

.elementor-kit-20 h3 {
    font-size: 20px;
    font-weight: bold;
}

.elementor-kit-20 button,
.elementor-kit-20 input[type="button"],
.elementor-kit-20 input[type="submit"],
.elementor-kit-20 .elementor-button {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #cc8911;
    border-radius: 500px 500px 500px 500px;
}

.elementor-kit-20 button:hover,
.elementor-kit-20 button:focus,
.elementor-kit-20 input[type="button"]:hover,
.elementor-kit-20 input[type="button"]:focus,
.elementor-kit-20 input[type="submit"]:hover,
.elementor-kit-20 input[type="submit"]:focus,
.elementor-kit-20 .elementor-button:hover,
.elementor-kit-20 .elementor-button:focus {
    color: #000000;
}

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

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

.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-kit-20 h1 {
        font-size: 50px;
    }

    .elementor-kit-20 h2 {
        font-size: 30px;
    }

    .elementor-kit-20 h3 {
        font-size: 20px;
    }

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

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

@media(max-width:767px) {
    .elementor-kit-20 h1 {
        font-size: 35px;
    }

    .elementor-kit-20 h2 {
        font-size: 25px;
    }

    .elementor-kit-20 h3 {
        font-size: 20px;
    }

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

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