.custom.module-services {
	padding: 8rem 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b8092bed-504f-46c1-b566-2806a5ce51f4/Homepage_Assets_V2/bg_wisdomgreen.jpg) center center no-repeat;
	background-size: cover;
}
.custom.module-services .background-section {
	display: none;
}
.custom.module-services .ry-container {
	max-width: 1120px;
	width: 90%;
}

.custom.module-services .ry-container .ry-headline {
	padding-bottom: 40px;
}
.custom.module-services .ry-container .ry-headline h2 {
    font-size: clamp(1.875rem, 1.636rem + 0.9804vw, 2.8125rem);
	color: #b9a073;
	
}
.custom.module-services .ry-container .ry-headline h2 .span-1 {
	color: #fff;
	margin-top: 10px;
}

.custom.module-services .ry-container .ry-flex {
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.custom.module-services .ry-container .ry-flex .each-block {
	max-width: 220px;
	position: relative;
}

.custom.module-services .ry-container .ry-flex .each-block .photo {
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a9b5a6;
	border-radius: 50%;
	margin-bottom: 30px;
	float: unset;
	margin-left: auto;
	margin-right: auto;
}
.custom.module-services .ry-container .ry-flex .each-block .photo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b8092bed-504f-46c1-b566-2806a5ce51f4/Homepage_Assets_V2/goldring.png) center center no-repeat;
    background-size: contain;
}
.custom.module-services .ry-container .ry-flex .each-block .photo img {
	max-width: 110px;
	max-height: 80px;
	object-fit: contain;
}

.custom.module-services .ry-container .ry-flex .each-block  .title {
	clear: both;
}

.custom.module-services .ry-container .ry-flex .each-block .title div {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 0 20px;
	color: #b9a073;
	font-weight: 400;
	text-align: center;
}

.custom.module-services .ry-container .ry-flex .each-block .link, .custom.module-services .ry-container .ry-flex .each-block .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 99;
}

.custom.module-services .ry-container .button-wrapper {
	padding-top: 90px;
	clear: both;
	display: flex;
	justify-content: center;
}

.custom.module-services .ry-container .button-wrapper .ry-btn:not(:hover) {background: transparent !important;border: 1px solid #b7a078;}

