.air{
	background:#077cb0;
	display:grid;
	grid-template-columns: 1fr 1fr;
	width:100%;
	}
	.right-air{
	background:#fff;
	padding:30px;
	width:100%;
	margin:auto 0;
	
	}.right-air h2{
	color: #b24b10;
    font-weight: bold;
    font-size: 38px;
	
	}.right-air p{
	font-size: 18px;
    padding: 7%;
    line-height: 33px;
	  font-family: monospace;
  font-weight: 400;
  font-style: normal;
	
	}
	.left-air{
	margin:auto 0;
	width:100%
	}
		.slide-txt{
	background: #fdfafa;
    padding: 10px 10px 10px 10px;
	display:block;
	
	}
	
	
	
	.why-choose{
	     width: 85%;
    margin: auto;
    line-height: 41px;
    padding: 93px;
    text-align: justify;
    z-index: 9999999999999;
    position: relative;
    color: #ffffff;
    font-size: 22px;
	
	
	}
	.why-left{
	  width: 50%;
    margin: auto;
    float: left;
    padding: 3%;
	
	}
	
	.why-choose h2{
	 color: #ffffff;
    text-shadow: 7px 1px #d32905;
	
	
	}
	.why-choose li{
	 color: #ffffff;
	 list-style-type: disclosure-closed;
	}
	.why-choose li::marker{
	color:#fdbc23;
	}
	.intro-span{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	
	}
	.strong-color{
	color:#fdbc23;
	
	}
		
		

			@media only screen and (max-width: 767px){
	
	
	.air {
    background: #077cb0;
    display: inherit;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.why-choose {
    width: 97%;
    margin: auto;
    line-height: 18px;
    padding: 0;
    text-align: justify;
    z-index: 9999999999999;
    position: relative;
    color: #ffffff;
    font-size: 14px;
}	
.why-choose h2 {
    color: #ffffff;
    text-shadow: 7px 1px #d32905;
    font-size: 28px;
    padding-top: 43px;
    text-align: center;
}
.why-choose li {
    color: #ffffff;
    list-style-type: disclosure-closed;
    margin-top: 10px;
}











}



