.dr-samera-wrapper-3f564bf9 {
	display: flex;
	align-items: center;
	gap: 30px;
	background: #ffffff;
}

.dr-samera-image-col-3f564bf9 {
	width: 45%;
	flex-shrink: 0;
}

.dr-samera-image-col-3f564bf9 img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
	display: block;
}

.dr-samera-content-col-3f564bf9 {
	width: 55%;
}

.dr-samera-heading-3f564bf9 {
	color: #282164;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}

.dr-samera-description-3f564bf9 {
	text-align: justify;
	margin-bottom: 25px;
	line-height: 1.6;
}

.dr-samera-button-3f564bf9 {
	display: inline-block;
	background: #282164;
	color: #ffffff;
	padding: 12px 30px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
}

.dr-samera-button-3f564bf9:hover {
	background: #ff8210;
	color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.dr-samera-wrapper-3f564bf9 {
		flex-direction: column;
	}
	
	.dr-samera-image-col-3f564bf9 {
		width: 100%;
	}
	
	.dr-samera-content-col-3f564bf9 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.dr-samera-heading-3f564bf9 {
		text-align: center;
	}

	.dr-samera-description-3f564bf9 {
		text-align: center;
	}

	.dr-samera-button-3f564bf9 {
		align-self: center;
	}
}