.elementor-11562 .elementor-element.elementor-element-55a04d49{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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-11562 .elementor-element.elementor-element-62d201d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-42344a95 */.button_tag{
    width: 100%;
    text-align: center;  
    display: flex;
    font-size: 16px !important;
    color: white;
    justify-content: center;
}
.button_left{
    width: 34%;
  padding: 20px;
  margin: 10px;
     background-color: red;
       border-radius: 20px;
}

.button_left a{
    text-decoration: none;
    color: white;
}
.button_left a:hover{
    color: white;
}
.button_right{
    width: 34%;
    padding: 20px;
    margin: 10px;
     background-color: red;
       border-radius: 20px;
}
.button_right a{
    text-decoration: none;
    color: white !important;
} 
@media screen and (max-width: 1300px) {
    .button_left{
        width: 50%;
    }
    .button_right{
        width: 50%;
    } 
}
@media screen and (max-width: 600px) {
    .button_left{
        width: 80%;
    }
    .button_right{
        width: 80%;
    }
    .button_tag{
        flex-direction: column;
    }
}/* End custom CSS */