.elementor-66612 .elementor-element.elementor-element-9d13a6a img{width:100%;max-width:100%;}.elementor-66612 .elementor-element.elementor-element-b3d4529 .elementor-button{background-color:var( --e-global-color-2c09576 );}.elementor-66612 .elementor-element.elementor-element-b3d4529 .elementor-button:hover, .elementor-66612 .elementor-element.elementor-element-b3d4529 .elementor-button:focus{background-color:var( --e-global-color-a85556d );}/* Start custom CSS */body.elementor-page-66612 ul {
    list-style-type: disc !important;
   padding-left: 20px !important;
}/* Universal fix for all buttons on the page */
.elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Forced Dimensions - Adjusted to allow 50% width */
    min-width: 0px !important; 
    min-height: 85px !important; 
    
    /* Stretching & Spacing - Set to 50% for half width */
    width: 50% !important;
    padding: 20px !important;
    
    /* Text Fixes */
    text-align: center !important;
    white-space: normal !important; /* Allows text to wrap without breaking the box */
    line-height: 1.3 !important;
}

/* Ensures the button wrapper doesn't restrict the stretch */
.elementor-button-wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}/* End custom CSS */