/* CSS Document */

.content { width:100%; position:relative; }
	.title { width:75%; margin:0 auto; text-align:center; padding:2vw; }
	.text { width:50%; margin:0 auto; text-align:justify; padding:2vw; }


@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:800px) {

}

@media only screen and (max-width:600px) {
	.title, .text { width:90%; }
}
