.cta-banner-wrapper-2850 {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #213a2c;
	padding: 60px 20px;
	box-sizing: border-box;
}

.cta-banner-container-2850 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	gap: 40px;
}

.cta-content-left-2850 {
	flex: 1;
	min-width: 300px;
	max-width: 650px;
}

.cta-subtitle-2850 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	opacity: 0.9;
}

.cta-title-2850 {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.cta-description-2850 {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.6;
	opacity: 0.9;
	margin: 0;
}

.cta-content-right-2850 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cta-button-2850 {
	display: inline-block;
	background-color: #ffffff;
	color: #213a2c;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 16px 40px;
	border-radius: 50px;
	transition: all 0.3s ease;
	text-align: center;
}

.cta-button-2850:hover {
	background-color: #f0f0f0;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.cta-banner-container-2850 {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.cta-content-right-2850 {
		width: 100%;
		justify-content: flex-start;
	}
}
