.h-accent {
    position: relative;
    display: table;
}

.h-accent::before {
    content: "";
    position: absolute;
    height: 3px;
    width: clamp(1.25rem, -3.0469rem + 13.75vw, 8.125rem);
    background: #efe1ac;
    left: calc(100% + 15px);
    top: calc(50% - 1.5px);
}

.h-accent::after {
    content: "";
    position: absolute;
    height: 3px;
    width: clamp(1.25rem, -3.0469rem + 13.75vw, 8.125rem);
    background: #efe1ac;
    right: calc(100% + 15px);
    top: calc(50% - 1.5px);
}