.elementor-66557 .elementor-element.elementor-element-913f515{font-size:17px;line-height:24px;}.elementor-66557 .elementor-element.elementor-element-62c7141 img{width:100%;border-radius:20px 20px 20px 20px;}.elementor-66557 .elementor-element.elementor-element-1abee92{font-size:17px;line-height:24px;}.elementor-66557 .elementor-element.elementor-element-8922bf3 .elementor-button{background-color:var( --e-global-color-2c09576 );font-size:24px;}.elementor-66557 .elementor-element.elementor-element-8922bf3 .elementor-button:hover, .elementor-66557 .elementor-element.elementor-element-8922bf3 .elementor-button:focus{background-color:var( --e-global-color-a85556d );}.elementor-66557 .elementor-element.elementor-element-30735e1{--spacer-size:50px;}@media(min-width:768px){.elementor-66557 .elementor-element.elementor-element-7106388{width:50.702%;}.elementor-66557 .elementor-element.elementor-element-5d50a0b{width:49.255%;}}/* Start custom CSS *//* Target only the list items within the Button Widget */
.elementor-widget-button ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

/* Target only the button element within the Button Widget */
.elementor-widget-button .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Forced Dimensions */
    min-width: 0px !important; 
    min-height: 85px !important; 
    
    /* Stretching & Spacing */
    width: 50% !important;
    padding: 20px !important;
    
    /* Text Fixes */
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.3 !important;
}

/* Target only the wrapper within the Button Widget */
.elementor-widget-button .elementor-button-wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}/* End custom CSS */