.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;
	
	}
		
		

			@media only screen and (max-width: 767px){
	
	
	.air {
    background: #077cb0;
    display: inherit;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
	
	
}



