.elementor-kit-6624{--e-global-color-primary:#FECA2E;--e-global-color-secondary:#333333;--e-global-color-text:#4B555C;--e-global-color-accent:#61CE70;--e-global-color-faebf3e:#4C565C;--e-global-color-534fe7d:#3F4144;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:34px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:24px;--e-global-typography-text-font-family:"opensans-regular";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-951669b-font-family:"Noto Sans";--e-global-typography-951669b-font-size:15px;--e-global-typography-951669b-font-weight:400;--e-global-typography-0656dbc-font-family:"Noto Sans";--e-global-typography-0656dbc-font-size:16px;--e-global-typography-0656dbc-font-weight:400;--e-global-typography-0656dbc-line-height:28px;--e-global-typography-3000819-font-family:"Roboto";--e-global-typography-3000819-font-size:34px;--e-global-typography-3000819-font-weight:600;--e-global-typography-a672d6b-font-family:"opensans-regular";--e-global-typography-a672d6b-font-size:16px;--e-global-typography-a672d6b-font-weight:400;--e-global-typography-a672d6b-line-height:28px;--e-global-typography-008cc20-font-family:"Roboto";--e-global-typography-008cc20-font-size:30px;--e-global-typography-008cc20-font-weight:600;background-color:#FFFFFF;}.elementor-kit-6624 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.elementor-widget:not(:last-child){margin-block-end: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;}}/* Start custom CSS */.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
    background-color: red !important;
    font-size: 30px !imoprtant;
    color: red !important;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px;
    }
}/* End custom CSS */