
.type-news .post_content, .type-news time {
	font-size: 25px;
	color: rgba(0, 0, 0, 0.70);
	line-height: 31.25px;
}
.type-news:not(:last-child) {
    padding-bottom: 70px;
}
@media (max-width: 1280px) {
	
.type-news .post_content, .type-news time {
    font-size: 16px;
    line-height: 20px;
}
}
@media (max-width: 600px){
	.type-news:not(:last-child) {
		padding-bottom: 40px;
	}
}