.rows_item:nth-last-child(n+2){
	margin-bottom: 20px;
}
.section_rows_wr .image .image_wr{
	min-height: 300px;
	height: 100%;
}
.rows_counter{
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	border-radius: 12px 12px 0 12px;
	background: #000;
}
@media (min-width: 992px) {
	.rows_item:nth-last-child(n+2){
		margin-bottom: 50px;
	}
	.rows_counter{
		width: 48px;
		height: 48px;
		border-radius: 20px 20px 0 20px;
	}
	.section_reverse .row.rows_item:nth-child(even){
		flex-direction: row-reverse;
	}
	.section_reverse .row.rows_item:nth-child(odd) .col-md-6:last-child{
		padding-left: 60px;
	}
	.section_reverse .row.rows_item:nth-child(even) .col-md-6:first-child{
		padding-right: 60px;
	}
}