.elementor-11524 .elementor-element.elementor-element-380777df{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11524 .elementor-element.elementor-element-9830b9a .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-11524 .elementor-element.elementor-element-357dbd0 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-11524 .elementor-element.elementor-element-2ce1195 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-11524 .elementor-element.elementor-element-84cfb19 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-11524 .elementor-element.elementor-element-58586b8 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-11524 .elementor-element.elementor-element-973b9e1 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-11524 .elementor-element.elementor-element-276e189 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-0fc9ad7 */.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 */