@media screen and (min-width: 992px) and (max-width: 1199px){

}

@media (max-width: 980px){
    
}
@media (max-width: 540px){
section.airbnb-section .head-sec {
    margin-bottom: 20px;
}
section.airbnb-section .col-6{
   width:100%;
    padding:0;
  }
  section.airbnb-section .row{
   gap:25px; 
  }
  section.airbnb-section .airbnb-content h4{
   font-size:18px; 
  }
  section.airbnb-section .airbnb-img img, section.airbnb-section .airbnb-img, .airbnb-info{
  height: 300px;
  }
  section.airbnb-section .airbnb-content{
    bottom: -182px;
  }
}
@media (max-width: 360px){

}