.new_blog_section{}
.new_blog_section{
	margin-left: -30px;
	margin-right: -30px;
}
.new_blog_section-wrap{
	max-width: var(--site_width);
	margin: 0 auto;
}
.new_blog_section.new_row_bg_0{
}
.new_blog_section.new_row_bg_1{
	background-color: #EBD6A4;
}
.new_blog_section.new_row_bg_2{
	background-color: #FCE9E5;
}
.new_blog_section{
	padding: 80px 10px;
}
.new_blog_section .content_row{
	display: flex;
}
.new_blog_section .heading_row{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.new_blog_section .content_row > div:first-child{}
.new_blog_section .content_row > div:last-child{}
.new_blog_section .content_row.image_first .content_col{
	order: 2
}
.new_blog_section .content_row.image_first .image_col{
	order: 1
}
.new_blog_section h2,
.new_blog_section h3,
.new_blog_section h4,
.new_blog_section h5,
.new_blog_section h6{
	/*font-family: 'Josefin Sans';*/
	font-style: normal;
	font-weight: 600;
	line-height: 122%;
	text-transform: capitalize;
	color: #3A3A3A;
}
.new_blog_section h2{
	font-size: 36px;
}
.new_blog_section h3{
	font-size: 32px;
}
.new_blog_section h4{
	font-size: 26px;
}
.new_blog_section h5,
.new_blog_section h6{
	font-size: 22px;
}
.new_blog_section-wrap .content_row{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.new_blog_section-wrap .cols-7-5 > div:first-child{
	max-width: calc(58.333% - 20px);
	flex: 2 58.333%;
}
.new_blog_section-wrap .cols-7-5 > div:last-child{
	max-width: calc(41.667% - 20px);
	flex: 2 41.667%;
}
.new_blog_section-wrap .cols-6-6 > div:first-child{
	max-width: calc(50% - 20px);
	flex: 2 50%;
}
.new_blog_section-wrap .cols-6-6 > div:last-child{
	max-width: calc(50% - 20px);
	flex: 2 50%;
}
.new_blog_section-wrap .cols-5-7 > div:first-child{
	max-width: calc(41.667% - 20px);
	flex: 2 41.667%;
}
.new_blog_section-wrap .cols-5-7 > div:last-child{
	max-width: calc(58.333% - 20px);
	flex: 2 58.333%;
}
.new_blog_section-wrap > div > div:not(:only-child) > img{
	max-width: 320px;
}
.new_blog_section-wrap .image_first .image{
	order: 1;
	text-align: right;
}
.new_blog_section-wrap .image_first .content{
	order: 2
}
.new_blog_section-wrap .image:not(.bg_bellow) img{
	max-width: 100%;
}
.new_blog_section-wrap .bg_bellow{
	position: relative;
}
.new_blog_section-wrap .bg_bellow img{
	z-index: 1;
	position: relative;
}
.new_blog_section-wrap .bg_bellow:before{
	content: '';
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 0;
	right: -3000px;
	background: #F3F3F3;
	z-index: 0;
}
.new_blog_section-wrap .image_first .bg_bellow:before{
	left: -3000px;
	right: 0px;
}
.new_blog_head{
	overflow: hidden;
	position: relative;
}
.new_blog_head img{
	position: absolute;
	z-index: 1;
	height: 100%;
	object-fit: cover;
	top: 50%;
	transform: translateY(-50%);
}
.new_blog_head .content{
	padding: 150px 0;
	width: 50%;
	text-align: center;
	position: relative;
	/*float: right;*/
	z-index: 2;
	background: rgba(255,255,255,0.85);
	padding: 20px;
	border-radius: 50px 0;
	margin-top: 150px;
	margin-bottom: 150px;
}
@media(max-width: 960px){
	.new_blog_section{
		padding: 30px 10px;
	}
	.new_blog_section-wrap > div > div{
		max-width: 100% !important;
		flex: 1 100% !important;
	}
	.new_blog_section-wrap .content_row .image{
		order: 1;
	}
	.new_blog_section-wrap .content_row .content{
		order: 2;
	}
	.new_blog_section-wrap .content_row .image img{
		max-width: 300px;
		margin: 0 auto;
		display: table;
	}
	.new_blog_section-wrap .bg_bellow:before{
		left: -3000px;
		right: -3000px;
	}
	.new_blog_head .content{
		float: none;
		margin: 0 auto; 
		width: 100%;
		max-width: 750px;
		margin: 50px auto;
	}
}
@media(max-width: 768px){
	.new_blog_section h2,
	.new_blog_section h3,
	.new_blog_section h4,
	.new_blog_section h5,
	.new_blog_section h6{
		line-height: 1.15;
	}
	.new_blog_head .content{
		margin: 40px 10px 40px 100px;
		max-width: calc(100% - 120px);
	}
}