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


.module-services.style-6 .background-section {
    opacity: .9;
	overflow:hidden;
}

.module-services.style-6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: ;
    z-index: -1;
    opacity: .9;
}

.module-services.style-6 {
    padding: 130px 0;
}


.module-services.style-6 .services-wrapper {
    margin-top: 80px;
}

/* .module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    border: 1px solid;
    z-index: -1;
} */

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title {
    clear: both;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 {
	color: #41a2c1;
    font-size: 28px;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-text p {
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .link, .module-services.style-6 .services-wrapper .ry-flex .ry-each .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:hover .photo {
    filter: grayscale(1);
    transition: .5s;
}

@media (max-width: 1680px) {

	.module-services.style-6 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 {
		font-size: 24px;
	}
	.module-services.style-6 .section-headline h2 .span-1 {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 {
		font-size: 22px;
	}

}
/* @media (max-width: 1080px) {
	
	.module-services.style-6 {
		padding: 60px 0;
	}
	.module-services.style-6 .services-wrapper .ry-flex {
		flex-wrap: wrap;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		width: calc(100% - 15px);
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-text p,
	.module-services.style-6 .section-headline h2,
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 {
		text-align: center;
	}
	.module-services.style-6 .section-headline h2 {
		font-size: 46px;
	}
}  */

@media (max-width: 480px) {
	.module-services.style-6 .section-headline h2 {
		font-size: 42px;
	}
	.module-services.style-6 .ry-text p,
	.module-services.style-6 .ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-services.style-6 .section-headline h2 {
		font-size: 36px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-text p,
	.module-services.style-6 .ry-btn {
		font-size: 16px !important;
		line-height: 1.5;
	}
}
/* @media (max-width: 1080px) {.module-services.style-6 .services-wrapper .ry-flex .ry-each {max-width: 300px;margin: 0 auto;}} */