.category-post:not(:last-child) {
	margin-bottom: 40px;
}

.category-post h2 {
	margin: 0;
	display: inline-block;
}

.category-post a {
	text-decoration: none;
}
.category-post a:hover h2 {
	text-decoration: underline;
}

@media screen and (max-width: 1050px) {
	.category-post:not(:last-child) {
		margin-bottom: 20px;
	}
}