@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');


section .article_l{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 36px;
	color: #0054a7;
}

#main section article h3{
	line-height: 1.5;
	font-feature-settings: 'pkna';
	letter-spacing: 1px;
	margin: 1em 0;
}

#main section article h4{
	color: #257FB1;
	line-height: 1.5;
	margin: 1em 0;
}

#main section article p{
	margin: 0 0 1em 0;
}

#main section article ul{
	margin: 0 0 2em 2em;
}