.module-services.style-10 {
	padding: 220px 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a7577818-701a-46de-811c-b49a5a380dc8/Background_images/eye_exam_office.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.module-services.style-10:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #343e3250;
}

.module-services.style-10 .section-headline h2 {
	/* font-size: 40px; */
	font-size: 58px;
	text-transform: uppercase;
	letter-spacing: initial;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.module-services.style-10 .section-headline h2 .span-1 {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	color: #343e32;
	margin-bottom: 5px;
}

.module-services.style-10 .ry-flex {
	align-items: center;
}

.module-services.style-10 .ry-flex > .ry-each:nth-child(1) {
	max-width: 550px;
	width: 40%;
}

.module-services.style-10 .ry-flex .ry-each .services-details h4 {
	font-size: 32px;
	margin-bottom: 5px;
}

.module-services.style-10 .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.6;
	color: #FFFFFF;
}

.module-services.style-10 .ry-flex .ry-each .services-details:not(.active) {
	display: none;
}

.module-services.style-10 .ry-flex .ry-each .services-details {
	margin: 40px 0 20px;
}

.module-services.style-10 .ry-flex {
    margin-right: -8.333vw;
    width: calc(100% + 8.333vw);
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(4) {
    margin-left: -5vw;
}

.module-services.style-10 .ry-flex .ry-inner-flex {
    display: flex;
    flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
    width: calc(33.33% - 20px);
    flex-basis: unset;
    max-width: 100%;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo {
    position: relative;
    padding-bottom: 75%;
    width: 100%;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
    width: 60%;
    flex-basis: unset;
    max-width: calc(100% - 550px);
    padding-left: 50px;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343e32;
    z-index: 1;
    opacity: .5;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
    cursor: pointer;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo:before,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active .photo:before {
    opacity: 0;
    transition: .2s;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo img,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active .photo img {
	filter: unset;
	transition: .2s;
}
.module-services.style-10 .ry-flex > .ry-each {
    flex-basis: unset;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo:before {
    opacity: 0;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo img {
    object-fit: contain;
    width: 80%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1) brightness(10);
    max-width: 120px;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo {
    background: #855a5c;
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo:before,
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo:before {
    opacity: 1;
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo img,
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo img {
    filter: invert(1) brightness(10);
    z-index: 1;
}


/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1920px) {
	.module-services.style-10 .ry-flex {
		margin-right: -4.333vw;
		width: calc(100% + 4.333vw);
	}
}
@media (max-width: 1580px) {
	.module-services.style-10 .ry-flex {
		margin-right: 0;
		width: 100%;
	}
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		max-width: 100%;
		padding-left: 6vw;
	}
}
@media (max-width: 1200px) {
	.module-services.style-10 .ry-flex > .ry-each:nth-child(1) {
		width: 100%;
		max-width: 100%;
		margin-bottom: 60px;
	}
	
	.module-services.style-10 .section-headline h2 {
		text-align: center;
	}

	.module-services.style-10 .ry-flex .ry-each .services-details h4 {
		text-align: center;
	}

	.module-services.style-10 .ry-flex .ry-each .services-details p {
		text-align: center;
	}

	.module-services.style-10 .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
		/* display: flex; */
	}
	.module-services.style-10 .ry-flex {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.style-10 .ry-flex > .ry-each:nth-child(1),
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-10 {
		padding: 100px 0;
	}
	.module-services.style-10 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-10 .section-headline h2 .span-1 {
		font-size: 20px;
	}

	.module-services.style-10 .ry-flex .ry-each .services-details p {
		font-size: 16px;
	}
	.module-services.style-10 .ry-flex .ry-each .services-details h4 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.module-services.style-10 .ry-flex .ry-inner-flex {
		gap: 10px;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo {
		padding-bottom: 100%;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
		width: calc(33.33% - 6.7px);
		flex-basis: unset;
		max-width: 100%;
	}
}
@media (max-width: 620px) {
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
		width: calc(50% - 6.7px);
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(4) {
		margin-left: 0;
	}
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		padding-left: 0;
	}
	
}
@media (max-width: 480px) {
	.module-services.style-10 .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
	}
	.module-services.style-10 .section-headline h2 .span-1 {
		font-size: 18px;
	}
	.module-services.style-10 .section-headline h2 {
		font-size: 42px;
	}
}