.module-services.style-12 {
	background: #f1eae4;
	padding: 4em 0 6em;
	position: relative;
}
.module-services.style-12 .section-background, 
.module-services.style-12 .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-services.style-12 .ry-content {
    display: flex;
    justify-content: space-between;
    /* gap: 0 5%; */
}

.module-services.style-12 .section-heading {
    width: 30%;
}

.module-services.style-12 .content {
    width: 65%;
}

.module-services.style-12 ul.slick-dots {
    display: none !important;
}


.module-services.style-12 .ry-content > div {
    /* padding: 70px 0; */
}

.module-services.style-12 .ry-content .section-heading {
    width: 26%;
    /* border-right: 1px solid; */
    display: grid;
    place-items: center;
    position: relative;
}

.module-services.style-12 .content .ry-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
}

.module-services.style-12 .content .ry-flex .ry-each {
	/* width: 22%; */
}

.module-services.style-12 .content .ry-flex .ry-each .photo img {
	-o-object-fit: contain;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: 30px;
	text-align: left;
	clear: both;
	height: 138px;
	display: flex;
	align-items: center;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details p,
.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details h4 {
	color: #242424;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	width: 45px;
	height: 45px;
	background: #e1dbd3;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 55px;
	display: none;
	}

.module-services.style-12 .content .ry-flex .ry-each .icons svg {
	fill: #FFFFFF;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
}

.module-services.style-12 .section-headline h2 .span-1:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 200px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	content: "";
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.module-services.style-12 .content .ry-flex .ry-each .link,
.module-services.style-12 .content .ry-flex .ry-each .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

.module-services.style-12:before {
    background:#000000;
    position:absolute;
    left: 32%;
    width:1px;
    height:100%;
    content:'';
    top:0;
}

@media (min-width:2560px) {
    .module-services.style-12:before {
        left: 37%;
    }

}
	

@media (max-width: 1280px) {
	.module-services.style-12 .content .ry-flex .ry-each {
	}
}
@media (max-width: 1080px) {

	.module-services.style-12 {
		padding: 3em 0 6em;
	}
	
	.module-services.style-12:before {
		display: none;
	}
	.module-services.style-12 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		font-size: 25px;
		height: auto;
		line-height: 1.1;
		width: 100%;
		text-align: center;
		display: block;
	}
	.module-services.style-12 .section-headline h2 .span-1 {
		font-size: 20px;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details p {
		text-align: center !important;
		margin-top: 1em;
		
	}
	 .module-services.style-12::before {
	  display: none;
	}

	.module-services.style-12 .content .ry-flex .ry-each .services-details p, .module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	  text-align: center !important;
	  display: block;
	  height: auto;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	  margin-bottom: 1em;
	}
	.module-services.style-12 button.slide-arrow.prev-arrow.slick-arrow, .module-services.style-12 button.slide-arrow.next-arrow.slick-arrow {
	  bottom: -4em;
	}

	.module-services.style-12 {
	  padding: 4em 0 8em;
	}

	

	.module-services.style-12 .content .ry-flex .ry-each:nth-child(1), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(4), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
	}
	  .module-services.style-12::before {
	  display: none;
	}

	.module-services.style-12 .content .ry-flex .ry-each .services-details p, .module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	  text-align: center !important;
	  display: block;
	  height: auto;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	  margin-bottom: 1em;
	}
	.module-services.style-12 button.slide-arrow.prev-arrow.slick-arrow, .module-services.style-12 button.slide-arrow.next-arrow.slick-arrow {
	  bottom: -4em !important;
	}

	.module-services.style-12 {
	  padding: 4em 0 8em;
	}
}
	
	
@media (max-width: 768px) {
	.module-services.style-12 .content .ry-flex {
	}
	.module-services.style-12 .content .ry-flex .ry-each {
	}
	.module-services.style-12 .content .ry-flex .ry-each {
	}

	.module-services.style-12 .content .ry-flex .ry-each .icons {
		width: 40px;
		height: 40px;
		bottom: 30px;
	}
}
@media (max-width: 620px) {
	.module-services.style-12 .content .ry-flex {
	}

	.module-services.style-12 .content .ry-flex .ry-each {
	}

	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		min-height: unset;
	}
	div.module-services.style-12 .content .ry-flex .ry-each {
	width: 100% !important;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
	width: 100% !important;
	}
}
@media (max-width: 480px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-12 .section-headline h2 {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}