h2 { font-size: 20px; }
p { font-size: 16px; }
.moto_p { font-size: 16px; }

@media screen and (max-width: 720px){
	h2 {
	    font-size: 18px;
	}
	.intro_company_info dd:first-of-type { font-size: 14px; overflow: scroll; }
}