.centered-content {
	padding: 3em 0 9.5em;
	text-align: center;
}

.centered-content h2 {
	margin-bottom: 0.5em;
}

.centered-content .content {
	margin-bottom: 2em;
}

.centered-content .buttons .button {
	margin: 0 8px;
}

@media (max-width: 767px){
	.centered-content .buttons .button {
		margin: 8px;
	}
}