  main a[href^=tel] {
    font-family: 'Milo';
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .no-touch .page-header > img {
        height: calc(40vw - 48px);
    }
}

@media screen and (min-width: 1920px) {
    .no-touch .page-header > img {
        height: calc(768px - 48px);
    }
}