@charset "UTF-8";

.heading.block_header_1 p:after, .heading.block_header_6 .h:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: 65;
    /* left: calc(50% - 20px); */
    background: none;
    pointer-events: none;
}