/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-widget-advanced_text_image_combo .ext-columns{
    flex-direction: column;
}
.extended.two-column{
    display: flex;
    gap: 40px;
}
.extended.two-column .ext-columns {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
}

.richtext.bkg-yellow-cta{
    background: #FFCE04 !important;
}
.richtext.bkg-yellow-cta .richtext__container{
    max-width: 1069px;
}
.richtext.bkg-yellow-cta .headline{
    color: #013565;
}
.richtext.bkg-yellow-cta .btn.blue-cta {
    background: #004D8E;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 90px;
    padding: 13px 26px;
    color: #ffffff !important;
}

@media screen and (max-width:767px){
    .extended.two-column {
        flex-direction: column !important;
    }
    .text-image-combo .image-side{
        width: 94% !important;
        margin: 0 auto;
    }
    
    .steps-widget.uni-padding{display:none !important;}
    
}

.lower-desc p:last-child{margin-bottom:0;}

/* Add your custom styles here */
.ext-columns {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.ext-columns .column{
    width:50%;
}
.extended{padding-top:50px;}
@media screen and (max-width:991px){
    .extended{padding-top:15px;}
    .ext-columns {
        flex-direction: column;
    }
    .ext-columns .column{
        width:100%;
    }
}

.sub-content a{
    text-transform: uppercase;
    font-weight:bold;
}
.sub-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sub-content ul{
    margin-bottom: 10px;
}








