.gft-hero-container-1aacedd8 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f8f9fa;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px;
}
.gft-hero-content-1aacedd8 {
	flex: 1 1 50%;
	padding: 60px;
	box-sizing: border-box;
}
.gft-hero-image-1aacedd8 {
	flex: 1 1 50%;
	min-height: 400px;
}
.gft-hero-image-1aacedd8 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gft-hero-title-1aacedd8 {
	font-size: 3rem;
	line-height: 1.2;
	color: #2c3e50;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
.gft-hero-subtitle-1aacedd8 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #555;
	margin-bottom: 40px;
}
.gft-hero-actions-1aacedd8 {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.gft-btn-primary-1aacedd8 {
	background-color: #27ae60;
	color: #fff;
	padding: 15px 30px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
	transition: background-color 0.3s;
}
.gft-btn-primary-1aacedd8:hover {
	background-color: #219653;
	color: #fff;
}
.gft-btn-secondary-1aacedd8 {
	color: #27ae60;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
	transition: color 0.3s;
}
.gft-btn-secondary-1aacedd8:hover {
	text-decoration: underline;
	color: #219653;
}

@media (max-width: 768px) {
	.gft-hero-content-1aacedd8 {
		padding: 40px 20px;
	}
	.gft-hero-title-1aacedd8 {
		font-size: 2.2rem;
	}
}
