.inner {
	max-width: 800px;
	margin: auto;
}

.sectionInner {
	border-bottom: solid 2px #e4f6e4;
}

.title {
	white-space: nowrap;
	margin-top: 5px;
	margin-left: 40px;
}

.img {
	max-height: 100px;
	width: auto;
}

.date__text {
	white-space: nowrap;
	font-size: 16px;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	right: 40px;
}

.title_date {
	display: flex;
	position: relative;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

@media (max-width:768px) {
	.inner {
		max-width: 600px;
		margin: auto;
	}
}