@charset "UTF-8";z


section.relatedPosts,
article.blocks section.relatedPosts,
article.story section.relatedPosts
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25em;
}

section.relatedPosts div.relatedPosts div.related
{
   margin-left: auto;
   margin-right: auto;
   width: 97%;
}

section.relatedPosts div.relatedPosts h2.related
{
   width: auto;
   padding-left: 3%; 
   font-family: HN57;
   letter-spacing: 0.05em;
   color: #525252;
   font-size: 28px;
   margin-bottom: 0.2em;
   display: block;
   text-transform: lowercase;
   text-align: left;
}

@media (min-width: 720px) {
	section.relatedPosts div.relatedPosts h2.related
	{
	   font-size: 36px;
	}	
}