.interna-sobre {
	background: url("../img/sobre/bg-sobre.jpg") no-repeat center;
	background-size: cover; 
	margin-bottom: 40px;
}

.descricao {
	height: 220px;
	background: #2f110f;
}

.descricao h2{
	color:  #d1c2c2;
	font-size: 24px;
	line-height: 48px;
	padding: 20px 20px 10px 20px;
}

.descricao h2:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #d1c2c2;
	margin-bottom: 20px;
	text-align: right;
}

.descricao p{
	color:  #d1c2c2;
	font-size: 18px;
	line-height: 40px;
	padding-left: 20px;
}

.curriculo {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #2f110f;
}

.curriculo p{
	margin: 20px;
	color:  #d1c2c2;
	font-size: 16px;
	line-height: 25px;
}