@media screen and (max-width: 1000px) {

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

    nav{
        flex-direction: column;
        margin: 0;
        height: 30vh;
    }

    .list{
        width: 90vw;
    }

    .contact-info{
        margin-left: 0px;
    }

    .line{
        float: none;
        margin-top: 20px;
        margin-right: 0;
    }

    .heading{
        width: 80vw;
        text-align: center;
        margin: 10vh 0 0 0;
    }

    .block-complete{
        position: relative;
    }

    .block-complete-1{
        left: 100px;
        top: 150px;
    
    }

    .block-complete-2{
        right: 100px;
        top: 150px;
    }


    .point{
        margin-left: 13.5vw;
    }
}