.module-team.style2 {
	padding-bottom: 8em;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0c3e6414-2e42-4c66-98cd-810ff0c21f3a/Homepage_Assets/meetthedoctor_bg.png);
	background-size: cover;
	background-position: center top;
    padding-top: 80px;
}

.module-team.style2 .ry-content {
    padding: 0;
    background: transparent;
    position: relative;
}

.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;
}

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

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

.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: 95%;
}

.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 h4.ry-sub-heading {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 10px;
  color: #fff;
}


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

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

.module-team.style2 .ry-flex .ry-right .content-wrap h4 {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
}

.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;
	  color: #fff;
}

.module-team.style2 .ry-content .slick-dots {
    position: absolute;
    right: -3vw;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 0;
    list-style: none;
}

.module-team.style2 .ry-content .slick-dots li button {
    text-indent: -9999999px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: unset;
    background: #ffffff;
    border-radius: 50%;
}

.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 .ry-btn-primary {
    border: 1px solid white !important;
}
@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: 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-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;
	}
}

@media (min-width:1081px) {
	.module-team.style2 .ry-content {
		z-index: 999999;
	}
}

.module-team.style2 .ry-container {
  width: 90%;
  max-width: 1200px;
}