
@media (min-width: 2000px) {
    body,
    html{
        font-size: 20px;
    }
    .card .title{
        font-size: 20px;
    }
    #works .item{
        /* width: 16.6666667%;*/
    }
}

@media (max-width: 992px ){

    .columned{
        width: 100%;
    }
    #briefly .shortcards .card{
        flex-basis: 100%;
    }
    #footer .row > div.justify-right{
        text-align: center;
    }
}
