.section_article_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
}
.section_article_item {
	width: 49%;
	background-color: #fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 40px 30px 30px 30px;
	position: relative;
	margin-top: 25px;
	border-radius: 6px;
	height: 386px!important;
}
.section_article_item_title {
	font-size: 28px;
	color: #5c322a;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100%;
	height: 82px;
	display: flex;
	overflow: hidden;


}
.section_article_item__text {
	font-size: 18px;
	font-weight: 300;
	color: #696969;
	line-height: 1.5;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-right: 20px;
	overflow: hidden;


}
.section_article_img{
	height: 270px;
	width: 170px;
	background-size: cover;
	background-repeat: no-repeat;
}
.block_section_article{
	width: 80%;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.section_article .mainBanner__slider-nav{
	margin: 0 auto;
	position: static!important;
	display: flex!important;
	padding-bottom: 10px;
}
.section_article{
	width: 100%;
}
.img_mob{
	display: none;
}
@media (max-width: 767px) {
	.section_article_item{
		flex-direction: column-reverse;
		align-items: center;
		height: 100%!important;
	}
	.block_section_article{
		width: 100%;
		padding-right: unset;
	}
	.section_article_item_title{
		height: unset;
		overflow: unset;

	}
	.section_article_item__text{
		height: unset;
		padding-right: unset;
		overflow: unset;

	}
	.block_section_article{
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	.section_article_img{
		display: none;
	}
	.img_mob{
		display: block;
		height: 330px;
	}

}