.total-um-pouco-da-nossa-historia{
	position: relative;
	min-height: 472px;
	overflow: hidden;
	background: url(../../imagens/imagem-right.jpg) center -40px no-repeat;
}
.texto-left{
	margin: 0 auto;
	width: 65%;
	background: #FFF;
	padding-top: 75px;
	min-height: 472px;
	text-align: center;
}
.texto-left .titulo{
	color: #5A5A5A;
	font-size: 32px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-bottom: 51px;
    font-family: 'Ubuntu', sans-serif;
}
.texto-left .texto,
.texto-left .texto p{
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 400;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	line-height: 27px;
    font-family: 'Ubuntu', sans-serif;
}
.texto-left .texto{
	height: 162px;
	overflow: hidden;
}
.btt-leia{
	width: 155px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	border-radius: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
	margin-top: 50px;
}
@media (max-width: 767px){
	.texto-left{
		width: 100%;
		padding-top: 0px;
	}
	.total-um-pouco-da-nossa-historia{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.total-um-pouco-da-nossa-historia{
		background: none;
	}
}
@media (min-width:768px) and (max-width:999px){
	.texto-left{
		width: 100%;
		padding-top: 0px;
		min-height: 10px;
		height: auto;
	}
	.total-um-pouco-da-nossa-historia{
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: 10px;
		height: auto;
	}
	.total-um-pouco-da-nossa-historia{
		background: none;
	}
}