.elementor-9015 .elementor-element.elementor-element-25152f67{--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-9015 .elementor-element.elementor-element-5bc5bf13{font-family:"Fredoka", Sans-serif;font-weight:500;}/* Start custom CSS for text-editor, class: .elementor-element-5bc5bf13 */.button_tag{
    width: 100%;
    text-align: center;  
    display: flex;
    color: white;
    font-size: 16px !important;
    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;
    }
}
h2.blg-h2 {
    font-size: 40px !important;
}/* End custom CSS */