h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
    line-height: 1.33;
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	&:first-child{
		margin-top: 0;
	}
}