.hero-933-container {
	background-size: cover;
	background-position: center;
	padding: 100px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}

.hero-933-content {
	max-width: 800px;
}

.hero-933-title {
	margin-bottom: 20px;
}

.hero-933-desc {
	margin-bottom: 40px;
}

.hero-933-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.hero-933-btn {
	display: inline-block;
	padding: 12px 24px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: opacity 0.3s ease;
}

.hero-933-btn:hover {
	opacity: 0.8;
}