@charset "UTF-8";

.spec p {
	font-size:0.9rem;
	padding-bottom: 0.6em;
	line-height: 1.6;
}
.spec h3 + p {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.spec p {
    	font-size: 0.75rem;
		line-height: 1.5;
	}
	.spec h3 + p {
		margin-top: 0;
	}
}