/*
Theme Name: tcd077_child
Template: heal_tcd077
*/
  
    @media screen and (min-width: 769px) {
  .pcobj {
    display: block;
  }
  .spobj {
    display: none;
  }
 
}
@media screen and (max-width: 768px) {
	
 .pcobj  {
    display: none !important;
  }
  .spobj {
    display: block !important;
  }
	
}

@media screen and (min-width: 769px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 {
        margin-top: 0px !important;
    }
}