.elementor-8333 .elementor-element.elementor-element-8aba1cb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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-8333 .elementor-element.elementor-element-6b7becb{line-height:2.25rem;color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-8333 .elementor-element.elementor-element-6b7becb{line-height:1.875rem;}}/* Start custom CSS for text-editor, class: .elementor-element-6b7becb */.parent{
       
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        gap: 20px;
    }
    .col{
   
        width: 50%;
        text-align: right;
    }
    
    .elementor-8333 .elementor-element.elementor-element-6b7becb img{
        border-radius: 12px;
    }
    .center-div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        margin-bottom: 1rem;
    }
    .center-div figure{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .center-div figure img{
        width: 32%;
    }
    .center-div > h3{
        margin-bottom: 8px !important;
    }
    @media screen and (max-width: 767px){
        .parent{
            display:flex;
            flex-direction: column;
        }
        .col{
            width:100%;
        }
        .col img{
            border-radius:6px;
        }
        .center-div figure{
            flex-direction: column;
        }
    }/* End custom CSS */