.data-block_col.__col-2.custom_col{
	width: 100%;
}
.custom_row{
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	width: 100%;
}
.custom_col_6{
	width: 50%;
	padding: 0 15px;
	display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.custom_service_icon{
	max-width: 60px;
	margin-right: 15px;
}
.custom_service_name{
	font-size: 20px;
    color: #4E4E4E;
    line-height: 120%;
}
.custom_article{
	margin-bottom: 25px;
}
.custom_article .articles_item-text{
	padding: 10px 30px;
	left: 15px;
    right: 15px;
}
.custom_article .articles_item-title {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 10px 30px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
}
.custom_article .articles_image{
	max-height: 100%;
}
.custom_article .articles_image:before{
	left: 15px;
    right: 15px;
    border-radius: 8px;
    height: 100%;
}
@media (max-width: 700px){
	.custom_col_6{
		width: 100%;
		padding: 0;
	}
	.custom_row{
		margin: 0;
	}
	.custom_article .articles_image:before{
		left: 0;
		right: 0;
	}
	.custom_article .articles_item-text{
		left: 0;
		right: 0;
	}
	.custom_article .articles_item-title{
		left: 0;
		right: 0;
	}
}