@media only screen and (max-width : 320px) {
	section {
		width: 260px;
		margin-top: 10px;
	}

}

@media only screen and (min-width : 321px) and (max-width : 409px)  {
	section {
		width: 320px;
	}
	h2 {
		font-size: 16pt;
	}
	p {
		font-size: 12pt;
	}
}

@media only screen and (min-width : 410px) and (max-width : 639px) {
	section {
		width: 360px;
	}
	h2 {
		font-size: 18pt;
	}
}

@media only screen and (min-width : 640px) and (max-width : 767px)  {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

}
