.section-layout-8 .painel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #D1C6AF;
	background: #FFF;
	gap: 30px;	
}

.section-layout-8 h2 {
	color: #412D6F;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.section-layout-8 .painel__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-layout-8 .painel__label {
	color: #412D6F;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
}

.section-layout-8 .painel.highlighted .painel__label {
	display: flex;
	padding: 3px 7px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 2px;
	background: #7957C7;
	width: fit-content;

	color: #F9F8F6;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
}

.section-layout-8 .painel.highlighted {
	border: 1px solid #7957C7;	
}
