@media screen and (min-width: 750px) {

    h4{
        font-size: 20px;
    }

    h1{
        line-height: 10px;
        font-size: 4em;
    }

    #work{
        padding: 2em 0;
    }
    p{
        padding: 10px;
        font-weight: bold;
        font-size: 25px;
    }
    
}
