.module-team.style-7 {
    overflow: hidden;
}
.module-team.style-7 .section-headline h2 {
    font-size: 58px;
    text-transform: none;
    letter-spacing: initial;
    margin-bottom: 10px;
}

.module-team.style-7 .ry-content {
    max-width: 620px;
    width: 50%;
    padding-top: 160px;
    padding-bottom: 170px;
    position: relative;
    z-index: 4;
}

.module-team.style-7 .ry-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.module-team.style-7 .ry-text p {
    margin-top: 20px;
}

.module-team.style-7 .section-background, 
.module-team.style-7 .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-team.style-7 .section-background {
    z-index: 1;
}


.module-team.style-7 .section-overlay-bg {
    z-index: 2;
}

.module-team.style-7 .section-overlay-bg, 
.module-team.style-7 .section-overlay-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.module-team.style-7:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #f9cb9cdb, #f9cb9c8a, #ffffff00);
    z-index: 3;
}

.module-team.style-7 .ry-content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    height: 760px;
    background: linear-gradient(to top, #ffffff7d, #ffffffe3, #ffffff);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.module-team.style-7 .ry-content:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 820px;
    height: 820px;
    background: transparent;
    transform: translate(-50%, -50%);
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/HomepageAssets/lines.png);
    background-size: contain;
    background-position: center;
}

.module-team.style-7 .ry-content .content {
    position: relative;
    z-index: 9;
}
@media (max-width: 1680px) {
	.module-team.style-7 .section-background img {
		object-position: 50%;
	}
	.module-team.style-7 .section-headline h2 {
		font-size: 50px;
	}
}
@media (max-width: 1200px) {
	.module-team.style-7 {
		padding: 100px 0;
	}
	.module-team.style-7 .ry-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.module-team.style-7 .ry-content {
		width: 96%;
		padding-left: 0;
		padding-right: 0;
	}
	.module-team.style-7 .section-overlay-bg img {
		object-fit: cover;
		object-position: revert;
	}
}
@media (max-width: 1080px) {
	.module-team.style-7 .section-headline h2 {
		font-size: 46px;
	}
	.module-team.style-7 .ry-content:before {
		width: 720px;
		height: 720px;
	}
	.module-team.style-7 .ry-content:after {
		width: 800px;
		height: 800px;
	}
}
@media (max-width: 480px) {
	.module-team.style-7 .section-headline h2 {
		font-size: 42px;
	}
	.module-team.style-7 .ry-text p {
		font-size: 18px !important;
		line-height: 1.6;
	}
}
@media (max-width: 420px) {
	.module-team.style-7 .section-headline h2 {
		font-size: 42px;
	}
	.module-team.style-7 .ry-text p {
		font-size: 16px !important;
	}
}