@media (max-width: 767px) {
 
 .request-btn{
    margin-right: 5px;
 }
 .hero-title{
    font-size:36px;
 }
 .hero-subtitle {
    font-size: 14px;
 }
 .hero-desc{
    font-size: 14px;
 }
 .booking-box{
    margin-top: 10px;
 }
 .hero{
    padding: 55px 0;
 }
 .how-use img {
    height: 340px;
 }
 .dest-card {
    height: 465px;
 }
 .swiper-wrapper{
    height: 29%;
 }
}

@media (max-width: 375px){
    .dest-card{
        height:483px;
}
.why-card{
    height:182px;
}
}