@media only screen and (max-width: 600px) {
.section-space {
    padding: 25px 0;
}	

.section-space2 {
	  padding:25px 0;
  } 
	
.adventure .col-sm-6 {
	    padding-right: 10px;
    padding-left: 10px;
}	
	
.adventure h3 {
	    font-size: 25px;
}	

.activity-card {
	margin-bottom:20px;
}

.testimonial {
	padding:0;
}

	
.footer h4{
	text-align:center;
}

.find-section {
	margin-top:30px;
}
	
  .about h3 {
       font-size: 23px
  }
  
 
 
  .adventure .col-md-3{
	flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .gallery-row {
	display:block;
}

.gallery-left {
	margin-bottom:10px;
}
  
.gallery-middle{
	margin-bottom:10px;
} 
  
 
#order1{
	order: 1;
	margin-bottom:30px;
}
  
 #order2{
	order: 2;
}
  
 .contact-sidebar {
	 flex:auto;
 } 
  
  
  .gallery-left .gallery-img,
    .gallery-right .gallery-img { height: 220px; }
    .gallery-middle { flex-direction: row; gap:8px; }
    .gallery-middle .gallery-img { height: 120px; }
  
  
  
  
   .lb-prev { left: 4px; }
    .lb-next { right: 4px; }
  }
  
  

  
}