.sub-one p{
	text-align :center;
}
.sub-one p:first-child{
	font-size : 12pt;
}
.sub-one p:last-child{
	font-size : 46px;
	font-weight :bold;
}
.sub-one:nth-child(2){
	margin-top : 25px;
	padding : 1em;
	border-bottom : 0.5px solid #999999
}
.sub-one:nth-child(3){
	padding : 1em;
}
.sub-one:nth-child(2) span:first-child,.sub-one:nth-child(3) span:first-child{
	display : inline-block;
	font-size : 13pt;
	width : 48%
}
.sub-one:nth-child(2) span:last-child,.sub-one:nth-child(3) span:last-child{
	display : inline-block;
	text-align :right;
	font-size : 13pt;
	width : 48%
}
