.new-logo {
	float: left;
	margin-right: 140px;
}
.pageName {
    font-size: 32px;
    font-weight: bold;
    margin-right: 120px;
}
.new-logo .image {
	float: left;
	margin-right: 7px;
	width: 65px;
}

.new-logo .text {
	float: left;
	line-height: 1;
}

.new-logo .text p {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}

.new-logo .text b {
	color: #f08200;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	letter-spacing: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.new-logo {
    	margin-right: 120px;
    }
    .new-logo .image {
    	width: 56px;
    }
    .new-logo .text p {
    	font-size: 25px;
    	margin-top: 6px;
    }
    .new-logo .text b {
    	font-size: 15px;
    	margin-top: 5px;
    	letter-spacing: 6px;
    }
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.new-logo {
    	margin-right: 60px;
    }
    .new-logo .image {
    	width: 50px;
    }
    .new-logo .text p {
    	font-size: 20px;
    	margin-top: 6px;
    }
    .new-logo .text b {
    	font-size: 14px;
    	margin-top: 4px;
    	letter-spacing: 5px;
    }
}
@media only screen and (max-width:1024px){
	.new-logo {
    	margin-right: 60px;
    }
    .new-logo .image {
    	width: 50px;
    }
    .new-logo .text p {
    	font-size: 20px;
    	margin-top: 6px;
    }
    .new-logo .text b {
    	font-size: 14px;
    	margin-top: 4px;
    	letter-spacing: 5px;
    }
}
