/* CSS Document */
.order{
	margin-top: 100px;
	padding-top: 0px;
	}
.order1,.order2,.order3{
	  margin-top: 80px;
	  margin-bottom: 80px; 
	  }

.abuot-text{
		padding-top: 20px;
		}
section h3{
	margin-top: 20px;
	margin-bottom: 5px;
	}
section p{
	margin-top: 0px;
	padding:0;
	}
		  
.item{
	margin-bottom: 150px;
	height: 350px;
	} 

@media (min-width: 1024px) and (max-width: 1366px) {

	}
@media (min-width: 768px) and (max-width: 1023px) {
.order{
	margin-top: 80px;
	}	
.item{
	width: 100%;
	margin-bottom: 30px;
	height: auto;
	}		  
		}
@media (min-width: 569px) and (max-width: 767px) {
.order{
	margin-top: 20px;
	}		
.item{
	width: 100%;
	margin-bottom: 30px;
	height: auto;
	}	
	}	
@media (min-width: 375px) and (max-width: 568px) {
.order{
	margin-top: 20px;
	}	
.item{
	width: 100%;
	margin-bottom: 50px;
	height: auto;
	}
.order_img{
	width: 180px;
	height:auto;
	} 	
	}		
@media (min-width: 300px) and (max-width: 374px) {
.order{
	margin-top: 50px;
	}	
.order1,.order2,.order3{
	  margin-top: 100px;
	  margin-bottom: 80px; 
	  }
.item{
	width: 100%;
	margin-bottom: 80px;
	height: auto;
	} 
section .order_text{
	/*background: #000;
	width: 500px;
	padding-top: 190px;
	padding-left: 0px;*/
	
	}
.order_img{
	width: 180px;
	height:auto;
	}	 
 
	}