/*
Theme Name:     Hello Elementor Child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/

@media screen and (max-width: 768px) {
  .mobile-heading {
    font-size: 24px!Important;
	  line-height: 28px!Important;
  }
	.mobileSub-heading {
    font-size: 18px!Important;
  }
	.mobile-para {
		font-size: 14px!Important;
	}
}

.entry-title {
	display:none !Important;
}