 @media (max-width: 1024px){
 section.destinations .row.destinations-row {
    gap: 20px 10px;
    justify-content: space-between;
} 
}
 @media (max-width: 980px){
 section.des_sec .col-4{
    width:50%;
  }
}
 @media (max-width: 540px){
 section.destinations .destinations-col{
   width:100%;
  }
   section.destinations .destinations-col img{
     height: 280px;
   }
   section.andrea-abt.andest-det .andrea-abtcont {
    padding: 0;
}
   section.des_sec .col-4{
    width:100%;
     padding:0;
   }
   section.des_sec .des_card_text img {
    height: 210px;
   }
}