.text img{
	width: 80%;
	margin: 15px 10% 35px 10%;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.6);
	border-radius: 2px;
}
.text p:nth-child(1){
	color: #000;
	font-size: 16px;
	text-align: center;
	margin: 15px;
}
.text p:nth-child(3){
	text-indent: 2em;
	text-align: justify;
	letter-spacing: 1px;
}