.section-layout-6 h2 {
	color: #412D6F;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
}

.section-layout-6 .painel {
    border-radius: 20px;
    display: flex;
    padding: 20px;
	align-items: stretch;
	align-self: stretch;
	border: 1px solid #D1C6AF;
	background: #F9F8F6;	
}

.section-layout-6 .painel__content {
    width: 100%;
    display: flex;
    flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}

.main-section:nth-child(even) .painel  {	
    border: 1px solid #7957C7;
    background: #FFF;
	
}