.elementor-3 .elementor-element.elementor-element-4f84b862{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-3e5b4585{font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}.elementor-3 .elementor-element.elementor-element-3e5b4585 a{color:#D3B574;}/* Start custom CSS for text-editor, class: .elementor-element-3e5b4585 *//* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 15px;
}

/* Heading Sizes */
h1 {
    font-size: 32px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

/* Paragraph */
p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}





/* Mobile Responsive */
@media (max-width: 768px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }
}/* End custom CSS */