@media screen and (max-width: 1300px){
    #works .item .info {
        max-width: 50vw;
    }
}

@media screen and (max-width: 700px){
    #works .item, #works .item:nth-child(2n) {
        flex-direction: column;
        padding-bottom: 0;
    }
    #works .item .info {
        max-width: 100%
    }
    #works .item .image {
        width: auto;
        flex-direction: column;
        height: auto;
    }
    .wordmark {
        width: 70vw
    }
}