.block-field-blocknodepagetitle .field--name-title {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    padding-bottom: 14px;

    font-size: clamp(0.8rem, 4vw, 1.6rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #111;
}

.block-field-blocknodepagetitle .field--name-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 70px;
    height: 4px;

    background: #c90000;
    border-radius: 2px;
}