.posts {
	margin: 20px auto 0 auto;
	padding-left: 24px;
	width: auto;
	max-width: 960px;
}

.posts:not(:first-child) {
	margin-top: 30px;
}

.posts header h2 {
	font-size: 20px;
	margin-bottom: 8px;
}

.posts header section {
	display: flex;
}

.posts header section h3 {
	font-size: 14px;
	margin: 0;
}

.posts header section time {
	font-size: 12px;
	line-height: 18px;
	padding-left: 8px;
}

.posts p {
	margin-top: 4px;
	padding-right: 84px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
}
