.clinic-heading-19b08a1a-wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	padding: 40px 0;
	margin: 0;
}

.clinic-heading-19b08a1a-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.clinic-heading-19b08a1a-image-wrap {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.clinic-heading-19b08a1a-image-wrap img {
	max-width: 100%;
	height: auto;
	border-radius: 24px;
	object-fit: cover;
	aspect-ratio: 4/5;
	display: block;
}

.clinic-heading-19b08a1a-heading {
	margin-bottom: 24px;
	color: #282164;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 700;
	line-height: 1.2;
}

.clinic-heading-19b08a1a-quote {
	font-size: 24px;
	color: #282164;
	margin-bottom: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Poppins', sans-serif;
}

.clinic-heading-19b08a1a-text {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
	font-size: 16px;
}

.clinic-heading-19b08a1a-text p {
	margin-bottom: 16px;
}
.clinic-heading-19b08a1a-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.clinic-heading-19b08a1a-wrapper {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.clinic-heading-19b08a1a-wrapper {
		flex-direction: column;
		text-align: center;
		padding: 20px 0;
	}
	
	.clinic-heading-19b08a1a-image-wrap {
		order: -1; /* Moves image above text on mobile */
		justify-content: center;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.clinic-heading-19b08a1a-image-wrap img {
		max-width: 80%;
	}
	
	.clinic-heading-19b08a1a-quote {
		font-size: 20px;
	}
}
