.sh-container-0083cbdf {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.sh-content-left {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 70%;
}

.sh-label {
	color: #FF6B00;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sh-heading {
	color: #001F3F;
	font-size: 36px;
	font-weight: 800;
	margin: 0;
	line-height: 1.2;
}

.sh-subtitle {
	color: #4A5568;
	font-size: 16px;
	margin: 0;
}

.sh-content-right {
	display: flex;
	align-items: center;
}

.sh-button {
	display: inline-block;
	color: #001F3F;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.sh-button:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.sh-container-0083cbdf {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.sh-content-left {
		max-width: 100%;
	}
	.sh-heading {
		font-size: 28px;
	}
}
