._blk.textgrid {
    display: block;
    width: 100%;
    padding: 0;
    margin: 1rem 0 0.5rem 0;
}

._blk.textgrid.nomargin {
    margin-bottom: 0;
}

._blk.textgrid h3 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.02rem;
    margin: 0 0 0.375rem 0;
}

._blk.textgrid p {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.01875rem;
}

._blk.textgrid .wp-content {
    margin-bottom: .75rem;
}


._blk.textgrid .wp-content p:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 992px) {


    ._blk.textgrid h3 {
        font-size: 1rem;
        letter-spacing: -0.02rem;
        margin: 0 0 0.375rem 0;
    }

    ._blk.textgrid p {
        font-size: 0.6875rem;
        letter-spacing: -0.01375rem;
    }


}

