/* hero section */
@media screen and (max-width: 480px) {
    header .pagename a{
        font-size: 1.2rem !important;
    }
    header nav button{
        font-size: 12px !important;
    }
    .hero{
        height: 100vh !important;
        
    }
    .hero .swiper-slide > div{
        text-align: left !important;
    }
}

/* whychoose */
@media screen and (max-width: 650px){
    .whychoose .wrapper{
        flex-direction: column-reverse !important;
    }
    .whychoose .wrapper > div{
        flex-basis: auto !important;
    }
}

/* guided */
@media screen and (max-width: 650px){
    .guided > div{
        flex-wrap: wrap;
    }
}

/* testimonies */
@media screen and (max-width: 1024px){
    .testimonies > .wrapper{
        width: 100% !important;
    }
}

/* more */
@media screen and (max-width: 767px){
    .more-offers .item{
        flex-grow: 1 !important;
    }
}




