.text p {
    font-family: 'din_proregular';
}
.text h2.h3, .box.content-wrap h2.h3 {
    font-family: 'din_promedium';
}
.box.content-wrap {
    width: 38rem;
}
.section-one-chapter6 .text p {
    padding-right: 11rem;
}
.section-one-chapter6 h1 {
    font-size: 3.9rem;
}
.section-two-chapter6 {
    background-repeat: no-repeat;
    background-position:0 bottom;
    background-size: contain;
	padding-bottom: 3rem 
}
.section-two-chapter6 .box .text.background-white {
    padding: 2rem;
    border-left: 2px solid var(--main-color);
}
.section-two-chapter6 .box .background-white-filter, .section-three-chapter6 .text.background-white, .section-four-chapter6 .text.background-white-filter {
    padding: 1.5rem;
    border-left: 2px solid var(--main-color);
}
.section-three-chapter6 .text {
    margin: 0 3rem 0 0rem;
}
.section-three-chapter6 .piechart-wrap {
    padding: 0 0 0 6rem;
}
.section-three-chapter6 .singleChart {
    width: 25rem;
    height: 25rem;
    margin-left: 0;
}
.section-three-chapter6 .full-img {
    padding: 0 1rem 0 6rem;
}
.section-three-chapter6 .piechart-wrap .empty-piechart-title {
    font-size: var(--font-size-h4);
    font-family: 'din_promedium';
}


.section-four-chapter6 {
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: contain;
    padding-bottom: 3rem;
}
.section-four-chapter6 .quoteImg-text-outer {
    width: 100%;
}
.section-four-chapter6 .text.background-white-filter {
    margin-bottom: 2rem;
}
.section-four-chapter6 h2.h3 {
    margin: 0 0 2rem;
}
.section-four-chapter6 ul li {
    list-style: auto;
    margin-left: 1rem;
}
.section-four-chapter6 strong p {
    font-family: 'din_probold';
}
.section-four-chapter6 .quote-paragraph.bg-light-quote {
    margin: 0 0 1.5rem;
    display: flex;
    align-items: flex-start;
	position: relative;
}
.section-four-chapter6 .quoteImg {
    position: absolute;
    left: -3rem;
}
.section-five-chapter6 .bottom-graph {
    padding: 0 0 0 6rem;
}
.section-five-chapter6 .bottom-graph h4 {
    font-family: 'din_promedium';
}
.section-five-chapter6 .single-stat {
    width: 100%;
    padding: 0.3em 0rem;
}
.section-five-chapter6 .stat-title {
    width: 19rem;
}
.section-five-chapter6 .stat-value {
    height: 1rem;
}
.section-five-chapter6 .stat-number {
	margin-right: 0.3rem;
	margin-left: 0.3rem;
}
/****responsive-style***/
@media (max-width: 991px){
	.box.content-wrap {
		width: 100%;
	}
	.text h2.h3, .box.content-wrap h2.h3 {
		font-size: 1.25rem;
	}
	.text h2.h3 {
		font-size: 1.3rem;
	}
	.section-three-chapter6 .piechart-wrap {
		padding: 0 0 0 0rem;
	}
	.section-one-chapter6 p {
		padding: 0 1.2rem;
	}
	.section-two-chapter6 .box.content-wrap {
		padding: 0 1.1rem;
	}
	.section-two-chapter6 {
		background-size: auto;
		padding-bottom: 1rem;
		background-image: initial!important;
	}
	.section-three-chapter6 .singleChart {
		width: auto;
		height: auto;
	}
	.section-three-chapter6 .text {
		margin: 0 0rem 0 0rem;
	}
	.section-three-chapter6 .full-img {
		padding: 0 1rem 0 0rem;
		padding: 0;
	}
	.section-three-chapter6 .text.col-padding-left-large {
		padding: 0 1.1rem;
	}
	.section-four-chapter6 .box.content-wrap {
		padding: 0 1.1rem;
	}
	.section-four-chapter6 .quoteImg {
		position: unset;
	}
	.section-four-chapter6 .box.content-wrap h2.h3 {
		padding: 1rem 0 0;
	}
	.section-four-chapter6 .quoteImg svg {
		width: 1.4rem;
	}
	.section-four-chapter6 {
		padding-bottom: 1rem;
	    padding-top: 2rem;
		background-size: auto;
	}
	.section-five-chapter6 {
		padding-bottom: 0;
	}
	.section-five-chapter6 .bottom-graph {
		padding: 0 0 0 0rem;
	}
	.section-five-chapter6 .stat-title {
		font-size: 0.8rem;
		width: 120px;
	}
	.stat-value-container {
		width: calc(100% - 120px);
	}
	
	.section-two-chapter7 .text.content-box {
		background: rgb(255, 255, 255, 0.8);
	}
	
}
@media (max-width: 490px){
	.section-one-chapter6 h1 {
		font-size: 1.8rem;
	}

}
