  .intro-box p{font-size:28px;font-weight:700;line-height:40px;word-break:keep-all;}
.con-p:last-of-type{font-size:20px;text-align:right;}

@media screen and (max-width:768px){
	.intro-box p{font-size:22px;line-height:36px;}
	.con-p:last-of-type{font-size:16px;}
}

@media screen and (max-width:480px){
	.intro-box p{font-size:20px;line-height:30px;}
}