.bl-69707-container {
	font-family: inherit;
	padding: 20px;
}

.bl-69707-main-title {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
	color: #111;
}

.bl-69707-main-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #2e8b57;
}

.bl-69707-cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bl-69707-card {
	display: flex;
	background-color: #2e8b57;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
	direction: rtl;
	transition: transform 0.3s ease;
}

.bl-69707-card.has-shadow {
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.bl-69707-card-content {
	flex: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bl-69707-card-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

.bl-69707-card-number {
	background-color: #fff;
	color: #2e8b57;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	font-weight: bold;
	flex-shrink: 0;
}

.bl-69707-card-title {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	color: inherit;
}

.bl-69707-card-desc {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5;
	opacity: 0.9;
}

.bl-69707-image {
	width: 30%;
	min-width: 150px;
	flex-shrink: 0;
}

.bl-69707-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 768px) {
	.bl-69707-card {
		flex-direction: column;
	}
	
	.bl-69707-image {
		width: 100%;
		height: 200px;
	}
	
	.bl-69707-image img {
		border-radius: 0 0 12px 12px !important;
	}
}
