section.text
{
	article
	{
		margin: 0 auto;
		max-width: 760px;
		padding: 0 1rem;
		
		*:not(h2,h4)
		{
			padding-left: 2rem;
		}
	}
}