.title-works-box{
    position: relative;
    margin-right: 10pt;
}

h1{
    background-color: white;
}

h1.title-work{
    margin: 0;
    position: absolute;
    top: -9pt;
    left: 150pt;
    
    font-size: 35pt;

    letter-spacing: normal;

    background-color: black;
    color: white;
}

@media screen and (max-width: 750px) {
    h1.title-work{
        font-size: 25pt;
        left: 115pt;
    }

}

@media screen and (max-width: 400px) {
    h1.title-work{
        font-size: 20pt;
        
    }

}