hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: linear-gradient(159deg, hsl(9.41deg 28.81% 65.29%) 0%, hsl(9.41deg 28.81% 65.29%) 25%, #e0a691 50%, #e0b1a0 75%, hsl(9.41deg 28.81% 65.29%) 100%);
}

    hr.hr-text::before {
    text-align:center;
    content: attr(data-content);
    display: inline-block;
    background: linear-gradient(159deg, hsl(9.41deg 28.81% 65.29%) 0%, hsl(9.41deg 28.81% 65.29%) 25%, #e0a691 50%, #e0b1a0 75%, hsl(9.41deg 28.81% 65.29%) 100%);
    font-weight: bold;
    font-size: 0.85rem;
    color: #fff;
    padding: 0.2rem 2rem;
    position: absolute;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }