
.module-20-v2 {
	padding: 75px 0px;
}
.module-20-v2 .ry-content {
	padding: 8.5vw 9vw 8.5vw 7vw;
	background: #efefef;
	position: relative;
	overflow: hidden;
}
.module-20-v2 .section-bg-wrap {
	position: absolute;
	left: -10%;
	top: -5%;
	width: 46%;
	height: 110%;
	background-size: cover;
	background-position: right;
	clip-path: polygon(52% 0, 100% 54%, 51% 100%, 0 100%, 0 0);

}
.module-20-v2 .section-bg-wrap img {
	width: auto;
	height: 100%;
}
.module-20-v2 .ry-content .ry-slide {
	display: flex;
}
.module-20-v2 .ry-content .ry-slide .ry-left {
	max-width: 480px;
	width: 37%;
}
.module-20-v2 .ry-content .ry-slide .ry-left .img-wrap {
	position: relative;
	padding-bottom: 85%;
	border: 0px solid #2476bf;
}
.module-20-v2 .ry-content .ry-slide .ry-left .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.module-20-v2 .ry-content .ry-slide .ry-right {
	width: 63%;
	padding-left: 110px;
}
.module-20-v2 .ry-content .ry-slide .ry-right .title-wrap h2 {
	font-size: calc(30px + 25 * ((100vw - 320px) / 1280));
	text-transform: uppercase;
	line-height: 65px;
	text-align: left;
}
@media (min-width: 1660px) {
	.module-20-v2 .ry-content .ry-slide .ry-right .title-wrap h2 {
		font-size: 55px;
	}
}
@media (max-width: 1440px) {
	.module-20-v2 .ry-content .ry-slide .ry-right {
		padding-left: 50px;
	}
}
@media (max-width: 1200px) {
	.module-20-v2 .btn-wrap,
	#team-wrap .module-20-v2 .btn-wrap {
		text-align: left;
	}
}

.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap h4 {
	margin-top: 40px;
	font-weight: bold;
	color: #333;
	font-size: 28px;
}
.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap em {
	font-style: inherit;
	font-weight: 400;
}
.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap em strong {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #333;
	margin-top: 10px;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}
.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap p {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
}
.module-20-v2 .ry-content .slick-dots {
	position: absolute;
	right: -4vw;
	top: 50%;
	transform: translate(0, -50%);
}
.module-20-v2 .ry-content .slick-dots li {
	height: auto;
	line-height: initial;
	display: flex;
	margin: 10px 0;
}
.module-20-v2 .ry-content .slick-dots button {
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: unset;
	background: #bfbfbf;
}
.module-20-v2 .ry-content .slick-dots li.slick-active button {
	background: #2476bf;
}
.module-20-v2 .btn {
	border-radius: 0;
	padding: 13px 20px;
	background: #2476bf;
	border: unset !important; }
.module-20-v2 .btn:hover {
	color: #ffffff;
	background: #9DC770;}
.module-20-v2 .btn.btn-primary, 
.module-20-v2 .btn.ry-btn-primary {
	border: 1px solid transparent; }
.module-20-v2 .btn.arrow-right::after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 10px; }

@media (max-width: 991px) {
	.module-20-v2 .ry-content .ry-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-20-v2 .ry-content .ry-slide .ry-left {
		max-width: 480px;
		width: 100%; 
	}
	.module-20-v2 .ry-content .ry-slide .ry-left .img-wrap {
		padding-bottom: 100%;
		/* 100% = 1x1 */
		/* 75% = 4x3 */
		/* 56.25% = 16:9 */
		
	}
	.module-20-v2 .ry-content .ry-slide .ry-left .img-wrap img {
		object-fit: cover;
	}
	.module-20-v2 .ry-content .ry-slide .ry-right {
		padding-left: 0;
		width: 100%;
	}
	.module-20-v2 .ry-content .ry-slide .ry-right * {
		text-align: center !important;
	}
}