.module-team.style2 {
    padding: 6vw 0;
}
.module-team.style2 .ry-container {
    max-width: 1280px;
	width: 90%;
}
.module-team.style2 .ry-content {
    /*padding: 8.5vw 9vw 8.5vw 7vw;
    background: #efefef;*/
    position: relative;
    overflow: hidden;
}

.module-team.style2 .ry-el-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
	background-size: 637px;
	background-position: center left;
	display: none;
}

.module-team.style2 .ry-flex {
    display: flex;
}

.module-team.style2 .ry-flex .ry-left {
    max-width: 480px;
    width: 40%;
}

.module-team.style2 .ry-flex .ry-right {
    max-width: calc(100% - 480px);
    width: 60%;
    display: flex;
    align-items: center;
}

.module-team.style2 .ry-flex .ry-left .img-wrap {
    position: relative;
    padding-bottom: 100%;
}

.module-team.style2 .ry-flex .ry-left .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.module-team.style2 .ry-flex .ry-right .ry-heading {
    font-size: 58px;
    text-transform: uppercase;
    letter-spacing: initial;
    margin-bottom: 10px;
}

.module-team.style2 .ry-flex .ry-right {
    padding-left: 4em;
}

.module-team.style2 .ry-flex .ry-right .content-wrap h4 {
    display: block;
    margin-bottom: 10px;
	font-size: clamp(1.5rem, 1.3407rem + 0.6536vw, 2.125rem);
    margin-bottom: 10px;
    color: #000;
}

.module-team.style2 .ry-flex .ry-right .content-wrap em, 
.module-team.style2 .ry-flex .ry-right .content-wrap em strong {
    font-style: initial;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    color: #000;
}

.module-team.style2 .ry-flex .ry-right .content-wrap p {
    margin: 20px 0 30px;
    font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.module-team.style2 .ry-content .slick-dots {
    position: absolute;
    left: 47%;
    bottom: 3vw;
    transform: translate(0, -50%);
    padding-left: 0;
    list-style: none;
    width: 100%;
    max-width: 768px;
    opacity: 1;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.module-team.style2 .ry-content .slick-dots li button {
    text-indent: -9999999px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #3e4c71;
	background: transparent;
    border-radius: 50%;
}
.module-team.style2 .ry-content .slick-dots li.slick-active button {
    background: #3e4c71;
}
.module-team.style2 .ry-content .slick-dots li {
    height: 10px;
}

/*.module-team.style2 .ry-content .slick-dots li:not(:last-child) {
    margin-bottom: 5px;
}

.module-team.style2 .ry-content .slick-dots li:not(.slick-active) {
	opacity: .5;
}*/

.module-team.style2 .ry-flex .ry-right .btn-wrap {
    display: flex;
    justify-content: flex-end;
}

.module-team.style2 .ry-content .slick-dots li {
    width: max-content;
}

@media (max-width: 1680px) {
	.module-team.style2 .ry-flex .ry-right .ry-heading {
		font-size: 50px;
	}
	.module-team.style2 .ry-flex .ry-right .content-wrap h4 {
		font-size: 24px;
	}
	.module-team.style2 .ry-flex .ry-right .content-wrap em, 
	.module-team.style2 .ry-flex .ry-right .content-wrap em strong,
	.module-team.style2 .ry-flex .ry-right .content-wrap p {
		font-size: 18px;
	}
	.module-team.style2 .ry-el-bg {
		left: -10vw;
	}
}
@media (max-width: 1380px) {
	.module-team.style2 .ry-flex .ry-right,
	.module-team.style2 .ry-flex .ry-left {
		max-width: 100% !important;
	}
	
	.module-team.style2 .ry-flex .ry-right {
		padding-left: 5vw;
	}
	.module-team.style2 .ry-el-bg {
		left: -300px;
	}
}
@media (max-width: 1080px) {
	.module-team.style2 {
		padding-top: calc(8.333vw + 60px);
		padding-bottom: 60px;
	}
	.module-team.style2 .ry-flex .ry-right .ry-heading {
		font-size: 46px;
	}
	.module-team.style2 .ry-content {
		padding: 60px 5%;
	}
	.module-team.style2 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-team.style2 .ry-flex .ry-left {
		width: 80%;
		max-width: 480px;
	}
	.module-team.style2 .ry-flex .ry-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.module-team.style2 .ry-flex .ry-right {
		width: 90%;
	}
	.module-team.style2 .ry-flex .ry-right .content-wrap h4,
	.module-team.style2 .ry-flex .ry-right .ry-heading, 
	.module-team.style2 .ry-flex .ry-right .content-wrap em, 
	.module-team.style2 .ry-flex .ry-right .content-wrap em strong,
	.module-team.style2 .ry-flex .ry-right .content-wrap p {
		text-align: center !important;
		display: block;
	}
	.module-team.style2 .ry-flex .ry-right .content-wrap .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-team.style2 .ry-el-bg {
		left: -400px;
		background-position: right center;
		background-size: cover;
	}
	.module-team.style2 .ry-content .slick-dots {
		position: relative;
		transform: unset;
		left: 0;
		justify-content: center;
		bottom: -2vw;
		right: unset;
		max-width: 100%;
	}
	.module-team.style2 .ry-content .team-slider {
		z-index: 2;
	}
	.module-team.style2 .ry-content:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1;
		opacity: .6;
	}
}
@media (max-width: 480px) {
	.module-team.style2 .ry-flex .ry-right .ry-heading {
		font-size: 42px;
	}
	.module-team.style2 .ry-flex .ry-right .content-wrap h4 {
		font-size: 22px;
	}
	.module-team.style2 .ry-flex .ry-right .content-wrap em, 
	.module-team.style2 .ry-flex .ry-right .content-wrap em strong,
	.module-team.style2 .ry-flex .ry-right .content-wrap p {
		font-size: 16px;
	}
	.module-team.style2 .ry-flex .ry-left {
		width: 95%;
	}
	.module-team.style2 .ry-flex .ry-right {
		width: 95%;
	}
	.module-team.style2 .ry-flex .ry-left .img-wrap {
		padding-bottom: 100%;
	}
}
@media (max-width: 420px) {
	.module-team.style2 .ry-flex .ry-right .ry-heading {
		font-size: 36px;
	}
}