.quoteImg-text-outer .display-flex .quote-image {
    width: 3.4rem;
}
.quoteImg-text-outer .display-flex .quote-text {
	width: calc(100% - 3.8rem);
}
/***section-one-chapter3***/
.section-one-chapter3 {
    padding: 5rem 0 5rem;
}
.section-one-chapter3 h1 {
    color: #41273C;
	margin: 0;
}
.section-one-chapter3 .text.padding-bottom-small {
    padding-bottom: 4rem;
}
.section-one-chapter3 .arrow {
    width: 6.2rem;
    height: 5.5rem;
    background-color: var(--white-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin-right: -3rem;
}
.section-one-chapter3 .arrow svg {
    width: 90%;
    height: 90%;
}
.section-one-chapter3 .image.background-image {
    margin-right: 0.12rem;
    display: flex;
    align-items: center;
}
.section-one-chapter3 .background-image:before {
    padding-top: 69.3%;
}
.section-one-chapter3 .image h2 {
    margin: 0;
    padding: 0 7rem 3rem 4rem;
    position: absolute;
    letter-spacing: 1.92px;
    line-height: 1.25;
    font-family: 'din_procondensed_medium';
}
.section-one-chapter3 .linear-gradient-box {
    height: 14rem;
    background: transparent linear-gradient(180deg, #41273C 0%, #B70D4E 100%) 0% 0% no-repeat padding-box;
    color: var(--white-color);
    margin: 0 0.1rem 0.1rem 0;
	overflow: hidden;
	display: flex;
	text-decoration: none;	
}
.section-one-chapter3 .linear-gradient-box:hover {
    background: transparent linear-gradient(180deg, #B70D4E 0%, #EE115D 100%) 0% 0% no-repeat padding-box;
}
.section-one-chapter3 .title {
    font-size: var(--font-size-h3);
    width: 100%;
    font-weight: 400;
    padding: 0 3rem 0 2.5rem;
    line-height: 1.3;
    letter-spacing: 1.28px;
    font-family: 'din_procondensed_medium';
}
.section-one-chapter3 .inner-box {
    display: flex;
    align-items: center;
}

/***section-two-chapter3***/
.section-two-chapter3 {
    padding-bottom: 5rem;
}
.section-two-chapter3 .text h4 {
    font-size: var(--font-size-h3);
    margin: 0 0 2rem;
    font-family: 'din_promedium';
}
.section-two-chapter3.overlay-section-wrap {
    padding-top: 18rem;
    margin-top: -18rem;
}
.section-two-chapter3 .inner-content .text {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding: 0 4rem 4rem 6.2rem;
}
.section-two-chapter3 .inner-content .image {
    position: absolute;
}
.section-two-chapter3 #img-1, 
.section-two-chapter3 #img-3 {
    right: 0rem;
	width: 25rem;
    max-width: 100%;	
}
.section-two-chapter3 #img-2 {
    left: 0rem;
	width: 25rem;
    max-width: 100%;	
    margin-top: -6rem;
}
.section-two-chapter3 #img-4 {
    left: 0rem;
	width: 25rem;
    max-width: 100%;	
    margin-top: -4rem;
}
.section-two-chapter3 #img-5 {
    right: 0rem;
	width: 25rem;
    max-width: 100%;	
    margin-top: 4rem;
}
.section-two-chapter3 .scroll-bar {
    left: 26.5%;
}
.section-two-chapter3 .gradient-box {
    background: transparent linear-gradient(223deg, #41273C 0%, #B70D4E 100%) 0% 0% no-repeat padding-box;
    color: var(--white-color);
    padding: 1.5rem;
    margin-left: 7rem;
    width: 19%;
    position: absolute;
}
.section-two-chapter3 gradient-box p:last-child {
    margin: 0;
}
.section-two-chapter3 .gradient-box p {
    font-style: italic;
    font-family: 'din_prolight';
}
.section-two-chapter3 .text p,
.section-two-chapter3 .text li {
    font-family: 'din_proregular';
}
.section-two-chapter3 .quote-paragraph.bg-light-quote {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 6rem;
    align-items: flex-start;
    width: 19rem;
}

.image-text {
    max-width: 80%;	
	margin-top: 0.5rem;
	font-size: 0.9rem;
}
@media (max-width: 1550px){
	.section-two-chapter3 .inner-content .text {
		padding: 0 3rem 4rem 6.2rem;
	}
	.section-one-chapter3 .arrow svg {
		width: 70%;
		height: 70%;
	}
}
@media (max-width: 991px){
	
	/**section-one-chapter3****/
	.section-one-chapter3 .flex-6 {
		width: 100%;
	}
	.section-one-chapter3 {
		padding: 2rem 0 2rem;
	}
	.section-one-chapter3 .linear-gradient-box {
		height: auto;
		padding: 1.5rem 0;
	}
	.section-one-chapter3 .flex-row {
		flex-direction: column-reverse;
	}
	.section-one-chapter3 .col-padding-left-large {
		padding-left: 0;
	}
	.section-one-chapter3 .arrow {
		width: 5.5rem;
		height: 4.5rem;
	}
	.section-one-chapter3 .arrow svg {
		width: 1.8rem;
	}
	/**section-trends-two ****/
	.section-two-chapter3 .inner-content .text {
		max-width: 100%;
		padding: 0 0rem 2rem 1.2rem;
	}
	.section-two-chapter3 .inner-content .image {
		position: unset;
		margin: 2.5rem 0rem;
		width: 100%;
	}
	.section-two-chapter3 #img-1, #img-3, .section-trends-two #img-2 {
		width: 100%;
		width: calc(100% - 1rem);
		height: auto;
	}
	.section-two-chapter3 #img-2 {
		margin-top: 2.5rem;
	}
	.section-two-chapter3 #img-4 {
		margin-top: 2.5rem;
		width: 100%;
		width: calc(100% - 1rem);
		height: auto;	
	}
	.section-two-chapter3 #img-5 {
		margin-top: 2.5rem;
		width: 100%;
		width: calc(100% - 1rem);
		height: auto;
	}
	.section-two-chapter3 .quote-paragraph.bg-light-quote {
		position: unset;
		z-index: 1;
		width: 100%;
		
		display: block;
		position: initial;
		width: calc(100% - 1rem);
		margin-left: 1rem;
	}
	.section-two-chapter3 .quoteImg {
		margin-right: 0.5rem;
		width: 1rem;
	}
	.section-two-chapter3 .scroll-bar {
		height: 94%;
	}
	.section-two-chapter3 .gradient-box {
		width: 100%;
		position: relative;
		z-index: 1;
		margin: 0 0 2.5rem;
		
		width: calc(100% - 1rem);
		margin: 0 0 2.5rem 1rem;
		
	}
	.section-two-chapter3 .scroll-bar {
		left: -2.5%;
	}
	.section-one-chapter3 .image h2 br {
		display: none;
	}
}

@media (max-width: 767px){
	.section-one-chapter3 .linear-gradient-box {
		padding: 0.5rem 0;
		margin: 0 0rem 0.05rem 0;
	}
	.section-one-chapter3 .text.padding-bottom-small {
		padding-bottom: 2rem;
	}
	.section-one-chapter3 .title {
		font-size: 1.25rem;
		padding: 0 2rem 0 1.5rem;
	}
	.section-one-chapter3 .image h2 {
		font-size: 2rem;
		padding: 0 3rem 2rem 2rem;
	}
	.section-two-chapter3 .scroll-bar {
		height: 91.5%;
		top: 4.2%;
		height: 100%;
		top: 0;
	}

}

@media (max-width: 490px){
	.section-two-chapter3 .scroll-bar {
		/* top: 1%; */
	}
}