.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
	font-size: calc(30px + 25 * ((100vw - 320px) / 1280));
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 65px;
}

@media screen and (max-width: 320px) {
	.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
		font-size: 30px;
	}
}

@media screen and (min-width: 1600px) {
	.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
		font-size: 55px;
	}
}

@media (max-width: 991px) {
	.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
		text-align: center;
		line-height: normal;
	}
}

.module-69 {
	padding: 200px 0 0;
	overflow: hidden;
}

.module-69 .bg-image {
	position: absolute;
	width: 57%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.module-69 .ry-container {
	/* max-width: 1280px; */
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	/* -webkit-box-pack: justify; */
	-ms-flex-pack: justify;
	/* justify-content: space-between; */;
}

.module-69 .ry-each {
	padding: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
}

.module-69 .ry-each-left {
	position: relative;
	/* text-align: right; */
	z-index: 2;
	/* margin-top: -80px; */;
}

.module-69 .ry-each-left .ry-section-title-wrapper {
	display: none;
}

.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
	font-weight: 400;
	text-align: center;
}

.module-69 .ry-each-left .person__wp {
	max-width: 400px;
	display: block;
	margin-right: -80px;
	float: right;
	position: relative;
	top: 0;
}

.module-69 .ry-each-right {
	/* background: #fff; */
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 400px;
}

.module-69 .ry-each-right:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: #fff; */
	z-index: 0;
}

.module-69 .ry-each-right div {
	z-index: 1;
	position: relative;
}

.module-69 .ry-each-right .ry-section-title {
	font-size: calc(30px + 15 * ( (100vw - 500px) / 1100));
	margin-bottom: 30px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.module-69 .ry-each-right .ry-section-title {
		display: none;
	}
}

.module-69 .ry-each-right p {
	font-weight: 400;
}

.module-69 .ry-each-right .ry-btn-primary {
	width: 215px;
	text-align: center;
	margin: unset;
	margin-top: 0;
}

.module-69 .ry-each-right .btn-content {
	margin-top: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	max-width: 450px;
}



@media (max-width: 1365px) {
	.module-69 .ry-each-right .text-content {
		padding-left: 80px;
		padding-right: 50px;
	}
}

@media (min-width: 1366px) {
	.module-69 .ry-each-right {
		padding-left: 100px;
	}
}

@media (max-width: 991px) {
	.module-69 .ry-each-right {
		width: 85%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0 50px;
	}

	.module-69 .ry-each-right .btn-content {
		margin-top: 2em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.module-69 .ry-each-right .btn-content .ry-btn-primary {
		margin-bottom: 10px;
	}

	.module-69 .ry-each-right .text-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.module-69 .ry-each-right .text-content p {
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.module-69 .ry-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.module-69 .ry-container .ry-each-left .person__wp {
		float: none;
		margin: auto;
	}

	.module-69 .bg-image {
		width: 100%;
	}

	.module-69 .ry-each-left .ry-section-title-wrapper {
		display: block;
	}

	.module-69 .ry-each-right .text-content {
		padding: 50px;
	}
	
	div#team-flex .ry-headline h4 {
		text-align: center;
	}

	div.text-content p {
		text-align: center !important;
	}
	
	.module-69 .ry-each-right .btn-content {
		max-width: 100% !important;
	}
}




.module-69.style2 {
	padding: 3em 0;
}

div#team-flex .ry-headline {
	margin-bottom: 1em;
}

div#team-flex .ry-headline h4 {
	font-family: var(--font-default) !important;
	font-size: 24px;
	font-weight: 600 !important;
	margin: 10px 0 10px;
}

div#team-flex .ry-headline p {
	font-weight: bold !important;
	color: #000;
}

.module-69.style2 .ry-container {
	z-index: 2;
	width: 1400px;
}

.module-69.style2 .ry-each-left {
	/* margin-top: 0; */
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	/* -webkit-box-align: center; */
	-ms-flex-align: center;
	/* align-items: center; */
	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	/* justify-content: center; */
	-ms-flex-preferred-size: 40%;
	flex-basis: 30%;
}

.module-69.style2 .ry-each-left img {
	max-width: 450px;
}

.module-69.style2 .ry-each-left .ry-section-title {
	display: none;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 40px;
	text-align: left;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.module-69.style2 .ry-each-left .ry-section-title {
		text-align: center;
	}
}

.module-69.style2 .ry-each-right {
	padding-left: 0;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-preferred-size: 60%;
	flex-basis: 65%;
	height: auto;
}

.module-69.style2 .ry-each-right .text-content {
	/* max-width: 90%; */;
}

@media (max-width: 1365px) {
	.module-69.style2 .ry-each-right .text-content {
		padding-left: 0;
		padding-right: 0;
	}
}

.module-69.style2 .ry-each-right .ry-section-title {
	color: #3c877f;
	font-weight: 500;
	font-size: 40px;
	text-align: left;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.module-69.style2 .ry-each-right .ry-section-title {
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.module-69.style2 .ry-each-right .ry-btn-light {
		margin: auto; 
	}
}

.module-69.style2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.module-69.style2 .bg-image {
	width: 100%;
}

@media (max-width: 1199px) {
	.module-69.style2 {
		padding: 50px 0;
	}
	
	div#team-flex span, div#team-flex h2 {
		text-align: center !important;
	}

	.module-69.style2 .hidden-lg {
		display: none !important;
	}

	.module-69.style2 .ry-container {
		width: 85%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.module-69.style2 .ry-container .ry-each-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		flex-basis: 100%;
		width: 100% !important;
	}

	.module-69.style2 .ry-container .ry-each-left .ry-section-title {
		display: block !important;
	}
	
		div#team-flex .ry-headline p {
		line-height: 1.3;
	}

	.module-69.style2 .ry-container .ry-each-right {
		width: 100%;
		flex-basis: 100%;
		padding: 0 !important;
	}

	.module-69.style2 .ry-each-left img {
		margin: auto;
		max-width: 350px;
	}

	div#team-flex {
		flex-direction: column !important;
	}
	
	.module-69.style2 .ry-container .ry-each-right .text-content {
		margin-top: 0px;
		padding: 0;
		max-width: 100% !important;
	}
	/*.module-69.style2 .ry-container .ry-each-right .ry-section-title {
	display: none !important;}*/;
}

.module-69.style2 .ry-container, .module-69 .ry-each-right, .module-69 .ry-each-right:before {
}

.module-69.style2 .ry-each-left img {
	/* border: 4px solid #fff; */
	/* box-shadow: -10px 10px 20px  #3c877f60; */
	/* border-radius: 20px; */;
}