.ravielson-image-section {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px;
	
	overflow: hidden;
}

.ravielson-image-section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ravielson-image-section-content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	
	font-family: "Poppins", sans-serif;
}


.ravielson-image-section-content h1,
.ravielson-image-section-content h2,
.ravielson-image-section-content h3 {
	color: inherit;
}


.ravielson-investors-title {
	font-size: 42px;
	font-weight: 400;
	
	color: #fff;
	margin-bottom: 50px;
	line-height: 1.2;
}

.ravielson-investors-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ravielson-investors-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ravielson-investors-logo {
	width: 150px;
	flex-shrink: 0;
}

.ravielson-investors-logo img {
	max-width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
	
}

.ravielson-investors-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	flex-grow: 1;
}

.ravielson-stat-item {
	display: flex;
	flex-direction: column;
}

.ravielson-stat-number {
	font-size: 30px;
	font-weight: 600;
	
	color: #fff;
	line-height: 1.2;
	margin-bottom: 5px;
}

.ravielson-stat-desc {
	font-size: 18px;
	font-weight: 400;
	
	color: #fff;
	line-height: 1.4;
	max-width: 200px;
}


.ravielson-investors-row .ravielson-investors-logo {
	padding-right: 40px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	
}

.ravielson-investors-cta {
	margin-left: auto;
}

.ravielson-investors-btn {
	display: inline-block;
	background-color: #bfae90;
	color: #fff;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.3s;
	border-radius: 0;
}

.ravielson-investors-btn:hover {
	background-color: #a69578;
	color: #fff;
}

@media (max-width: 768px) {
	.ravielson-investors-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.ravielson-investors-row .ravielson-investors-logo {
		border-right: none;
		padding-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding-bottom: 20px;
		width: 100%;
	}

	.ravielson-investors-stats {
		flex-direction: column;
		gap: 20px;
	}

	.ravielson-investors-cta {
		margin-left: 0;
		width: 100%;
	}

	.ravielson-investors-btn {
		display: block;
		text-align: center;
		width: 100%;
	}

	.ravielson-image-section {
		padding: 30px 20px;
	}
}




@media (max-width: 768px) {

	
	.gm-section-wrapper {
		padding: 30px 15px !important;
	}

	
	.gm-section-img {
		max-width: 160px !important;
		margin-bottom: 20px !important;
	}

	
	.gm-section-title {
		font-size: 30px !important;
		line-height: 1.4 !important;
		
		margin-bottom: 15px !important;
	}

	
	.gm-section-desc {
		font-size: 16px !important;
		line-height: 1.6 !important;
		
		margin-bottom: 30px !important;
		padding: 0 10px !important;
		
	}

	
	.gm-section-btn {
		width: 100% !important;
		max-width: 320px !important;
		padding: 16px 10px !important;
		white-space: normal !important;
		
		line-height: 1.3 !important;
		
	}
}



@media (max-width: 768px) {

	
	.dev-invest-wrapper {
		padding: 30px 15px !important;
		text-align: center !important;
	}

	
	.dev-invest-title {
		font-size: 30px !important;
		margin-bottom: 40px !important;
	}

	
	.dev-invest-row {
		flex-direction: column !important;
		gap: 20px !important;
		align-items: center !important;
		margin-bottom: 60px !important;
		
	}

	
	.dev-invest-logo-group {
		justify-content: center !important;
		width: 100% !important;
	}

	.dev-invest-logo-group p {
		display: none !important;
	}

	.dev-invest-logo-group div {
		width: auto !important;
	}

	
	.dev-invest-divider {
		display: none !important;
	}

	
	.dev-invest-stats {
		justify-content: center !important;
		gap: 30px !important;
		width: 100% !important;
	}

	
	.dev-invest-stat-item {
		min-width: 100% !important;
		
		margin-bottom: 10px !important;
	}

	
	.dev-invest-spacer {
		display: none !important;
	}

	
	.dev-invest-btn-container {
		width: 100% !important;
		justify-content: center !important;
		margin-top: 20px !important;
	}

	
	.dev-invest-btn {
		width: 100% !important;
		max-width: 320px !important;
		padding: 16px 20px !important;
	}
}