#tours .item .item-container .text-content .info-text .left ul li{
    display: flex;
flex-direction: row;
}


    #tours .item .item-container .text-content .desc-text{
        height: 250px;
    }
@media only screen and (max-width: 600px) {

    #hero .texts a{
        font-size: 13px;
    }

    #enjoy .enjoy-container .title{
        font-size: 20px;
        line-height: 24px;
    }

    #tours .item .item-container .text-content .desc-text{
        height: auto;
        margin-bottom: 5px;
    }
 
}
