@charset "utf-8";
/* CSS Document */

.section-intro {
	max-width:700px;
	text-indent: 70px;
}
.section-intro {
	text-indent: 70px;
}
.p2 {
	padding-top: 20px;

}


/* Mobile Layout: 600px and below. */
@media only screen and (max-width: 600px){
	
	.section-intro {
		max-width:550px;
		text-indent: 0;
		padding: 0 15px;
		margin-top: 15px;
	}
	.p1, .p2 {
		font-size: 1rem;
		text-align: center;
	}
}