

body{
    background: #fdfdfd;
}




.tour{
    padding-top: 0px;

    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.tour h1{
    padding: 20px 0;
    font-size: 2.2em;
    font-weight: 500;
    text-align: center;
    color: #141414;

}

.tour span{
    color: rgb(62, 0, 137);


}

.d-tour{
    margin: 10px;
    width: 90vw;
    height: 70vh;
    /* background: #fff; */

    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;

}

.img-tour img{
    width: 90vw;
    height: 40vh;

    position: relative;
    object-fit: cover;

}

.content-tour{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* background: #b71010; */
}

.content-tour h2{
    padding-bottom: 5px;
    font-size: 1.5em;
    font-weight: 500;
    color: #e7e7e7;
    color: #101010;

}

.content-tour h3{
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    color: #101010;


}

.content-tour ul{
    padding: 5px 0;
}

.content-tour li{
    padding: 2px 0;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    color: #101010;


}



@media only screen and (min-width: 700px) {


    .d-tour{
        width: 95vw;
        height: 46vh;
        display: flex;
        flex-direction: column;
        align-items: center;

        flex-wrap: wrap;

    }

    .img-tour img{
        width:45vw;
        height: 45vh;
    
        position: relative;
        object-fit: cover;
    
    }

    .content-tour{

        width:45vw;
        height: 45vh;
        /* background: #105eb7; */
        display: flex;
        justify-content: center

    }


}


@media only screen and (min-width: 900px) {

    

    .tour h1{
        font-size: 3.7em;
        font-weight: 600;
    }
    .who h3{
        font-size: 1.5em;
        margin: 0 200px;
    }

    .content-home{
        padding: 10px;
        margin: 10px;
        width: 45vw;
        height: 80vh;

    }
}


@media only screen and (max-width: 900px){

    .tour{
        padding-top: 80px;
    }

    .d-tour{
        margin: 10px;
        width: 100vw;
        height: 77vh;
    
    }

    .img-tour img{
        width:95vw;
        height: 39vh;
    
    
    }

    .content-tour{

        width:90vw;
        height: 45vh;

    }

    .content-tour h2{
        padding-bottom: 5px;
        font-size: 1.5em;
    
    }
    
    .content-tour h3{
        font-size: 1.1em;
    
    
    }
    
    .content-tour li{
        padding: 2px 0;
        font-size: 0.9em;
    
    
    }
}