.new-nomal-logo {}
@media screen and (min-width: 769px) {
	.new-nomal-logo {
		margin: 20px 0 0 -10px;
		max-height: 150px;
	}
	_:-ms-lang(x)::-ms-backdrop, .new-nomal-logo { /* IE11 */
		height: 19.5%;
	}
	.new-nomal-logo img{
		width: 100%;
		max-width: 150px;
		min-width: 100px;
	}
	#content #feature-1 div {
		padding-left: 0;
		padding-right: 0;
	}
	#content #feature-1 .flex-box {
		/*width: 1280px;*/
		width: 1000px;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.new-nomal-logo.right {
		margin: 20px -10px 0 0;
		text-align: right;
	}
}

@media screen and (max-width: 768px) {
	#feature-1 .container div.new-nomal-logo {
		text-align: center;
		padding: 10.7% 10px;
		max-height: 300px;
	}
	.new-nomal-logo img {
		width: 44.1%;
		max-width: 300px;
	}
}
