.module-services.style-8 .ry-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.module-services.style-8 .ry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 230px 0;
	position: relative;
	z-index: 999;
	max-width: 1280px;
}

.module-services.style-8 .ry-content .content {
	max-width: 640px;
}

.module-services.style-8 .section-photo, 
.module-services.style-8 .section-photo img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.module-services.style-8 .section-photo:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 50%;
	z-index: 2;
	background: -webkit-gradient(linear, left top, right top, from(#99651400), color-stop(#ffffff94), color-stop(#ffffffcf), to(#ffffff));
	background: -o-linear-gradient(left, #99651400, #ffffff94, #ffffffcf, #ffffff);
	background: linear-gradient(to right, #99651400, #ffffff94, #ffffffcf, #ffffff);
	height: 100%;
}
.module-services.style-8 .section-photo {
	width: 46%;
}
.module-services.style-8 .section-photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}
.module-services.style-8 .section-photo:before {
	content: "";

}
.module-services.style-8 .ry-content .section-headline h2 {
	font-size: 58px;
	font-size: 58px;
	text-transform: uppercase;
	letter-spacing: initial;
}

.module-services.style-8 .ry-content .section-headline.have-border {
	padding-bottom: 25px;
	margin-bottom: 35px;
	position: relative;
}

.module-services.style-8 .ry-content .section-headline.have-border:before {
	content: "";
	width: 200px;
	height: 2px;
	background: #767676;
	position: absolute;
	bottom: 0;
}

.module-services.style-8 .ry-content .content .ry-btn {
	margin-top: 30px;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1680px) {
	.module-services.style-8 .ry-content .section-headline h2 {
		font-size: 50px;
	}
}
@media (max-width: 1480px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-services.style-8 .section-photo img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}

}

@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-8 .ry-content {
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.module-services.style-8 {
		padding-top: 100px;
		padding-bottom: 72vw;
	}
	.module-services.style-8 .section-photo {
		width: 100%;
		height: 75vw;
		top: unset;
		bottom: 0;
	}
	.module-services.style-8 .section-photo img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
	}
	.module-services.style-8 .ry-content .content {
		max-width: 640px;
		width: 100%;
	}
	.module-services.style-8 .section-photo:before {
		opacity: 0;
	}
	.module-services.style-8 .ry-content .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-8 .ry-content .content .ry-text p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.module-services.style-8 .ry-content .section-headline h2 {
		text-align: center;
	}
	.module-services.style-8 .ry-content .section-headline.have-border:before {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.module-services.style-8 .ry-content .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {
	.module-services.style-8 .ry-content .content .ry-text p {
		font-size: 16px;
	}
}

@media (min-width: 2000px) {
	.module-services.style-8 .section-photo img {
		object-position: top;
	}
}