@media only screen and (min-width: 750px) and (max-width: 875px) {
	.customers-new .customer-logo{
		padding: 15px
	}
	.customers-new .customer-logo>img{
		height: 27px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.cn .serve__info p strong{
		font-size: 32px;
	}
}