.header_123 .text-14-700::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='1' viewBox='0 0 32 1' fill='none'%3E%3Cpath d='M0 0.5H32' stroke='%23D99E3C'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 32rem;
    height: 32rem;
    margin-right: 4rem;
}

@media screen and (max-width:991px) {
    section.header_123{
        padding-bottom: 0;
    }
    .header_123 img{
        margin-top: 24rem;
        width: 50%;
        display: flex;
        justify-self: center;
    }
}