/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child
Description: Child theme for Elementor Hello Theme
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/*counter stats home page*/
.counter-stats .elementor-counter-title {
    text-align: center;    
}

.counter-stats .elementor-counter-number-wrapper {
    border-bottom: 2px solid #000000;
    padding: 20px;
}


