.heading-title
{
	padding: 2rem 0 0;
}

h2.heading-title
{
	font-weight: 300;
	font-size: 2.5rem;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	width: 88%;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

h2.heading-image::before
{
	content: url('/themes/contrib/arta_theme/images/gt-branding-chiclit-sm.png');
	display: block;
	margin: 1rem auto;
}

h2.heading-border
{
	border-bottom: 2px solid;
	margin-bottom: 3rem;
}

@media screen and (max-width: 700px)
{
	h2.heading-title
	{
		width: 95%;
	}
}