.article-pagination {
	display: block;
	background: #f5f5f5;
	color: #00a19a;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0;
}

.article-pagination__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-pagination a {
	color: inherit;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.article-pagination img {
	display: inline-block;
	height: 19px;
}

.article-pagination__prev img {
	margin: 0 10px 0 0;
}

.article-pagination__next img {
	margin: 0 0 0 10px;
	transform: rotate(180deg);
	transform-origin: center;
}

.content img {
	display: block;
	max-width: 100%;
	margin: 3em auto;
}
