@media screen and (max-width: 1000px) {
    .container{
        flex-direction: column;
    }

    .left-image{
        width: 80vw;
    }

    .left-image img{
        height: 100vh;
        margin-left: 0;
    }

    .right{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav{    
        flex-direction: column;
        width: 80vw;
    }

    .nav-line{
        width: 80vw;
    }

    .nav-list ul{
        width: 80vw;
        margin-top: 5vh;
    }

    .header{
        margin-top: 10vh;
        flex-direction: column;
        align-items: center;
    }

    .header-left{
        width: 80vw;
    }
    .header-description{
        flex-direction: column;
        align-items: center;
    }

    .header-left h2{
        /* margin-left: 40vw; */
    }

    .header-middle{
        margin-left: 40vw;
    }

    .header-right{
        align-items: center;
        height: 10vh;
        flex-direction: row;
        width: 50vw;
    }

    .package-button{
        justify-content: center;
    }

    .package-button button{
        margin-right: 0;
    }

    .features{
        flex-direction: column;
    }

    .bottom-image img{
        margin-top: 25px;
        width: 80vw;
    }










}