.OrderAirBResult-text{padding: 0}
@media only screen and (min-width:768px) {
	._osSucssec-line1{line-height: 40px}
	.li-desktop{display: list-item;}
	.li-mobile{display: none}
}
@media only screen and (max-width:767px) {
	.li-desktop{display: none}
	.li-mobile{display: list-item;}
}