
.people-and-culture {
	background-color : var(--white-smoke);
	padding-top : 95px;
	padding-bottom : 95px;
	position : relative;
	text-align : center;
}
.people-and-culture .full-width-background {
	background-color : var(--white-smoke);
}
.pac-wrapper {
	display : flex;
	align-items : center;
}
.pac-wrapper > img {
	width : 48%;
	border-radius: 20px;
}
.people-and-culture h2 {
	line-height : 1;
}
.people-and-culture h2+p {
	line-height : 1.24;
}

@media screen and ( max-width : 900px ){
	.pac-wrapper > img {
		width : 200px;
		height : 300px;
		object-fit : cover;
		object-position : center center;
	}
}
@media screen and ( max-width : 580px ){
	.pac-wrapper > img {
		width : 100%;
		height : auto;
	}
	.pac-wrapper {
		display : block;
	}
	.pac-wrapper .pac-content {
		padding-bottom : 40px;
	}
}
.testimonials {
	position : relative;
}
.testimonials .full-width-background {
	background-color : var(--green-highlight);
}
.testimonial-wrapper {
	display : flex;
	align-items : center;	
	/* border:1px solid red; */
}
.testimonial-wrapper > img {
	width : 444px;
	flex: 0;
}
.testimonial-content {
	flex: 3;
}
.testimonial-content p {
	font-size : 2.5rem;
	line-height : 1.15;
	/* padding-left : 50px; */
	padding-top : 15px;
	max-width : 508px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	/* border : 1px solid blue; */
	transform : translate(70px);
}
.testimonial-content p:first-child::before{
	content : url(../img/quot-decoration.png);
	width : 32px;
	height : 32px;
	top : 0;
	left : -50px;
	position : absolute;
}
.testimonial-content p+p {
	padding-top : 0;
	text-align : center;
	background-image : none;
}
@media screen and (max-width : 1440px ){
	.testimonial-content p {
		transform : translate(3.646vw);
	}
}
@media screen and ( max-width : 1000px ){
	.testimonial-wrapper > img {
		width : 30%;
		height : 320px;
		object-fit : cover;
		object-position : center center;
	}
}
@media screen and ( max-width : 600px ){
	.testimonial-wrapper > img {
		width : calc(100vw - var(--scrollbar-width));
		max-width : calc(100vw - var(--scrollbar-width));
		height : auto;
		margin-left : -20px;
		margin-right : -20px;
	}
	.testimonial-wrapper {
		display : block;
	}
	.testimonial-content {
		padding-top : 40px;
		padding-bottom : 40px;
	}
	.testimonial-content p {
		transform : none;
		margin-left : 0;
	}
	
}
.member-marquee {
	overflow : hidden;
	background-color : var(--coral);
	padding-top : 60px;
	padding-bottom : 50px;
	text-align : center;
	border-radius: 20px 20px 0px 0px;
	color : #ffffff;
}
.member-marquee h2 {
	color : #ffffff;
	line-height : 1;
}
.events {
	padding-top: 90px;
	padding-bottom : 100px;
	text-align : center;
}
.events .outer-video-container {
	max-width : 580px;
	margin : 0 auto;
}
.member-marquee h2 {
	line-height : 1;
}

