#breve{
	background:#ffffff;
	align-items: center;
	margin-bottom: 10%;
}

#breve .row{
	margin-left:5%;
	margin-right:5%;
}


#breve img{
	position:relative;
	height: 100%;
	width: 100%;
	max-height:100%;
	max-width:50%;
	margin-left: 30px;
	margin-top:20px;
	
}

#breve p{
	text-align: justify;
}

@media (min-width:400px){
	#breve img{
		height:100%;
		width:70%;
		max-height:270px;
		max-width:380px;
	}
	
	
	#breve .row{
		margin-left:10%;
	}
}


@media (min-width:820px){
	#breve .row{
		margin-left:15%;
	}
}

@media (min-width:950px){
	#breve .row{
		margin-left:18%;
	}
	
	#breve{
		margin-top:2%;
		margin-bottom:5%;
	}
}


@media (min-width:1250px){
	#breve .row{
		margin-left:30%;
	}
}