.section {
	position: relative;
}

.section-news {
	text-align: center;
}

h1 {
	font-size: 1.4em;
}

h1, h2 {
	font-weight: bold;	
}

h1, h2, h3 {
	color: #f08143;
	padding: 2em 0 0.5em 0;
}

.section-news p {
	color: white;
	padding-bottom: 2em;
}


.counter {
	position:absolute;
	display:inline-block;
	bottom: 0;
	right: 0;
	color: white;
	font-size: 0.6em;
	padding-right: 3em;
	padding-bottom: 2em;
}