.elementor-67 .elementor-element.elementor-element-2dd44a7{text-align:justify;}.elementor-67 .elementor-element.elementor-element-c47cb3e{margin-top:0px;margin-bottom:19px;}.elementor-67 .elementor-element.elementor-element-e688e53 > .elementor-widget-container{margin:-19px 0px -42px 0px;}.elementor-67 .elementor-element.elementor-element-e688e53{text-align:justify;}.elementor-67 .elementor-element.elementor-element-fe8162c > .elementor-widget-container{margin:-9px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-67 .elementor-element.elementor-element-fe8162c{text-align:justify;}.elementor-67 .elementor-element.elementor-element-0bb6ca7{text-align:justify;}.elementor-67 .elementor-element.elementor-element-5a59d27{text-align:justify;}.elementor-67 .elementor-element.elementor-element-a208023{text-align:justify;font-size:16px;}/* Start custom CSS for section, class: .elementor-element-c47cb3e *//* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-widget-text-editor blockquote {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .elementor-widget-text-editor blockquote:before {
        font-size: 45px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .elementor-widget-text-editor blockquote {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .elementor-widget-text-editor blockquote:before {
        font-size: 26px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a208023 */.custom-quote{
    position: relative;
    background: #fff;
    border-left: 3px solid #ff7a00;
    padding: 20px 25px 20px 55px;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    color: #1b2b6b;
    line-height: 1.6;
}

.custom-quote::before{
    content: "❝";
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 52px;
    color: #ff7a00;
    font-family: Georgia, serif;
    line-height: 1;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-quote p {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .custom-quote i {
        font-size: 24px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .custom-quote p {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .custom-quote i {
        font-size: 10px !important;
    }
}/* End custom CSS */