.page-title {
    font-size: 3em;
    line-height: 1em;
    display: inline-grid;
    margin-top: 0;
}

body.path-frontpage .page-title {
    display: none;
}


@media all and (max-width: 851px) {
    .page-title {
        font-size: 2.2em;
        line-height: 1em;
    }
}