.elementor-4477 .elementor-element.elementor-element-781e532{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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 );}/* Start custom CSS for container, class: .elementor-element-781e532 *//* Headings */
.press-release h1 {
    color: #1f3d5a;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px;
}

.press-release h2 {
    color: #1f3d5a;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin: 40px 0 15px;
}

/* Paragraphs */
.press-release p {
    color: #333333;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 24px;
}

/* Blockquotes */
.press-release blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 5px solid #c89b3c;
    background: #f7f8f9;
    color: #444444;
}

.press-release blockquote p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
}

.press-release blockquote cite {
    color: #1f3d5a;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 767px) {
    .press-release h1 {
        font-size: 32px;
    }

    .press-release h2 {
        font-size: 24px;
    }

    .press-release p {
        font-size: 16px;
        line-height: 1.7;
    }

    .press-release blockquote {
        padding: 20px 20px;
        margin: 30px 0;
    }

    .press-release blockquote p {
        font-size: 16px;
    }
}/* End custom CSS */