.new-logo {
	float: left;
	margin-top: 10px;
}
.new-logo .image {
	float: left;
	margin-right: 7px;
	width: 65px;
}

.new-logo .text {
	float: left;
	line-height: 1;
}

.new-logo .text p {
	font-size: 25px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}

.new-logo .text b {
	color: #117f40;
	font-size: 20px;
	display: block;
	margin-top: 4px;
	letter-spacing: 1px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.new-logo {
		margin-top: 7px;
	}
	.new-logo .image {
		margin-right: 7px;
		width: 52px;
	}
	.new-logo .text b {
		font-size: 13px;
		margin-top: 5px;
		letter-spacing: 1px;
	}
	.new-logo .text p {
		font-size: 18px;
		margin-top: 7px;
	}
}
@media only screen and (max-width:1024px){
	.new-logo {
		margin-top: 7px;
	}
	.new-logo .image {
		margin-right: 7px;
		width: 52px;
	}
	.new-logo .text b {
		font-size: 13px;
		margin-top: 5px;
		letter-spacing: 1px;
	}
	.new-logo .text p {
		font-size: 18px;
		margin-top: 7px;
	}
}