.page.page-work {
    text-align: center;
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    width: 50%;
}

.page.page-work h1{
    margin-bottom: 30px;
}

.page.page-work .work-img .img-responsive{
    margin: auto;
}

.page.page-work .work-img{
    margin: 0 auto 30px;
}

@media (max-width: 576px) {

    .page.page-work {
        width: calc(100% - 20px);
    }

}