@charset "utf-8";
/* CSS Document */
.img-about img{
	width: 100%;
    max-width: 555px;
	margin-top: 2em;
	
	
}
.text {
   margin-top: 2em;
   color:#231f20;
   
}

.text p{ 
   
   font-family: "Arial", sans-serif;
   font-size: 12pt;   
	letter-spacing: 0.01em;
	line-height: 1.2em;
	text-align:justify;
	 
	font-weight:100;
}


@media screen and (max-width: 600px) {
   
	
	.img-about img {
	  margin-top:0;	
	  margin-bottom:10px;
	}
	
}