.block-page-title-block {
    margin-bottom: 56px;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--zm-border-color);
}

.block-page-title-block h1 {
    margin-bottom: 0;
    color: var(--zm-text-color);
    font-size: clamp(2.5rem, 2.1053rem + 1.5789vw, 4rem); /* 64px -> 40px */
    font-family: var(--zm-font-family-primary);
    font-weight: 400;
    letter-spacing: 0em;
}

.front-page .block-page-title-block {
    /* visually hide */
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
