.block-post {
	padding: 60px 0;
}
.block-post__title {
	font-size: 33px;
	margin-bottom: 15px;
}
.block-post__short-items {
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 2px solid rgba(64, 30, 16, 0.5);
}

.block-post__short-table tr td:first-child {
	color: #401E10;
	font-size: 28px;
	line-height: 1.2;
}
.block-post__short-table tr td:last-child {
	padding-left: 20px;
	color: #401E10;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
}
.block-post__short-table tr td:first-child {
	border-right: 2px solid rgba(64, 30, 16, 0.5);
}
.block-post__short-table tr:first-child td {
	padding-top: 30px;
}
.block-post__short-table tr:last-child td {
	padding-bottom: 30px;
}
.block-post__short-table tr td {
	border-bottom: 0;
	padding-bottom: 17px;
}

@media (max-width: 800px) {
	.block-post__short-table tr td {
	    font-size: 15px!important;
	}
}