
#title-block {
    height: calc( 100vh - 60px );
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;

    .title-block-wrap {
        img {
           width: 100%;
        }
    }
}

