.row_item:nth-last-child(n+2){
	margin-bottom: 20px;
}
.post_content.row_item_des ol li {
	padding-left: 50px;
}
.post_content.row_item_des ol>li:after {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #325CD3;
	color: #fff;
}

.post_content.row_item_des,
.post_content.row_item_des p{
	line-height: 1.7;
}
.row_item{
	padding-top: 30px;
	margin-top: 30px;
}
.row_item:after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #DCDEE9;
}
@media (min-width: 1200px) {
	.row_item:nth-last-child(n+2){
		margin-bottom: 50px;
	}
	.section_reverse .row.row_item:nth-child(even){
		flex-direction: row-reverse;
	}
	.section_reverse .row.row_item:nth-child(odd) .col-md-6:last-child{
		padding-left: 60px;
	}
	.section_reverse .row.row_item:nth-child(even) .col-md-6:first-child{
		padding-right: 60px;
	}
	.post_content.row_item_des ol{
		margin: 30px 0;
	}
	.post_content.row_item_des ol li:nth-last-child(n+2){
		margin-bottom: 20px;
	}
	.row_item{
		padding-top: 100px;
		margin-top: 100px;
	}
}