.qc-9e3f0e46-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.qc-9e3f0e46-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.qc-9e3f0e46-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: #f2295b;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.qc-9e3f0e46-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.qc-9e3f0e46-btn-wa {
	background-color: #25D366;
}

.qc-9e3f0e46-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (min-width: 768px) {
	.qc-9e3f0e46-info {
		flex-direction: row;
		gap: 40px;
	}
}

.qc-9e3f0e46-block h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.qc-9e3f0e46-block p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}
