h2 {
	font: 1.8rem "Encode sans", sans-serif;
	margin: 4em auto 2em!important;
}

h3 {
	font: 700 1.4rem "Encode sans", sans-serif;
	margin: 2.5em auto 1.4em!important;
}

.entry-content ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

ul a {
	text-decoration: none;
}

.entry-content p {
	margin-bottom: 0.8em!important;;
}

.link-buttons {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.link-buttons li {
	width: 29%;
	background-color: #efede5;
	padding: 0.6em 10px 0.8em;
	text-align: center;
}

.link-buttons li a {
	height: 100%;
	width: 100%;
	display: inline-block;

}

p a {
	overflow-wrap: break-word;
}

@media (max-width: 48em) {

	.link-buttons {
		flex-wrap: wrap;
	}

	.link-buttons li {
		width: 100%;
		margin-bottom: 1em;
	}

	h2 {
		margin-top: 1em!important;;
	}
}