.conteudo {
	min-height: 700px;
	position: relative;
	padding: 25px;
}

	.conteudo h1 {
		color: #2C26A8;
		font-size: 32px;
		text-align: center;
		position: absolute;
		top: -60px;
		width: 100%;
		font-weight: 900;
	}

	.conteudo img {
		margin-bottom: 60px;
	}

	.conteudo p {
		margin-bottom: 60px;
		line-height: 40px;
	}
