/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import styles from parent theme */
@import url("../hello-elementor/style.css");

/*****Responsive*****/
@media (max-width:1440px){
   
}
@media (max-width:1240px){
   
}
@media (max-width:1024px){
   
}
@media (max-width:991px){
    
}
@media (max-width:767px){
   
}
/*****Responsive*****/