@media (max-width: 767px) {
	.post-items__content .post-item__title-text {
		font-size: 17px !important;
	}
}

@media (min-width: 1024px) {

	.post-items__content {
		column-count: 2;
	}

}