/****************************************************************************************/
h1 {
	font-size: 2.5rem;
	line-height: 2.8rem;
}

h2 {
	font-size: 2.1rem;
	line-height: 2.8rem;
}

h3 {
	font-size: 1.8rem;
	line-height: 2.8rem;
}
/****************************************************************************************/
.column-2 > *:nth-child(n+2),
.column-3 > *:nth-child(n+2) {
	margin-top: 40px;
}
/****************************************************************************************/
