/***section-one-chapter7***/
.section-one-chapter7 .discretion {
    padding-right: 2rem;
}

/**section-two-chapter7*/
.section-two-chapter7 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.section-two-chapter7 .content {
	justify-content: space-between;
}
.section-two-chapter7 .text.content-box {
    padding: 3rem;
    position: relative;
    background: rgb(255, 255, 255, 0.6);
    opacity: 1;
    backdrop-filter: blur(30px);
}
.section-two-chapter7 .text.content-box p {
    font-style: italic;
    font-size: 0.8rem;
    font-weight: 300;
}
.section-two-chapter7 .box {
    /* padding: 0 0 0 4rem; */
}
.section-two-chapter7 .box .name {
    font-size: 2rem;
    font-weight: 500;
    padding-right: 0rem;
    line-height: 1.3;
	font-family: 'din_promedium';
}
.section-two-chapter7 .box .image {
    width: 22%;
    margin-right: 1.5rem;
}
.section-two-chapter7 .box .text {
    width: 77%;
}
.section-two-chapter7 .box .image img {
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
}
.section-two-chapter7 .text.content-box h3 {
    margin: 0 0 0rem;
    font-family: 'din_promedium';
    font-style: italic;
}
.section-two-chapter7 .box .description {
    font-size: 2.1rem;
    font-weight: 500;
    padding-right: 7rem;
    color: var(--main-color);
    line-height: 1.3;
}
.section-two-chapter7.even .flex-row {
    flex-direction: row-reverse;
}
.section-two-chapter7.section-padding.odd {
    padding: 4rem 0;
}
.section-insights-two.section-padding.even {
    padding: 0;
}
.section-two-chapter7 .text.content-box p a {
    color: #B70D4E;
}
.section-two-chapter7 .quoteImg {
    color: #b70d4e;
    width: 2rem;
    position: absolute;
    left: -2.8rem;
    top: 0;
}


/****responsive-style***/
@media (max-width: 991px){
	/**section-one-chapter7***/
	.section-one-chapter7 .discretion {
		padding: 1.1rem;
	}
	.section-one-chapter7 .text {
		padding-bottom: 0.5rem;
	}
	/**section-two-chapter7***/
	.section-two-chapter7 .box {
		padding:0rem 0 1.5rem 0rem;
		align-items: center;
	}
	.section-two-chapter7 .box .image {
		width: fit-content;
		margin-right: 1rem;
	}
	.section-two-chapter7 .box .image img {
		width: 4.8rem;
		height: 4.8rem;
	}
	.section-two-chapter7 .box .description, .section-two-chapter7 .box .name {
		font-size: 1.1rem;
		padding-right: 0;
	}
	.section-two-chapter7.section-padding.odd .flex-row {
		flex-direction: column-reverse;
	}
	.section-two-chapter7.even .flex-row {
		flex-direction: column-reverse;
	}
	.section-two-chapter7.section-padding.odd {
		padding: 2rem 0;
	}
	.section-two-chapter7 .text.content-box h3 {
		font-size: 1rem;
		line-height: 1.5;
	}
	.section-two-chapter7 {
		background-size: auto;
	}
	.section-two-chapter7 .text.content-box {
		padding: 1.5rem;
	}
	.section-two-chapter7 .quoteImg {
		width: 7rem;
		position: unset;
		padding-right: 0.2rem;
	}
	
}

@media (max-width: 767px){
	
	
}

@media (max-width: 490px){
	.section-two-chapter7 .text.content-box {
		padding: 1.2rem;
	}
	.section-two-chapter7 .box .description, .section-insights-two .box .name {
		font-size: 1rem;
	}
}