/* Custom CSS */

hr { 
    background: url("../img/Yorks_Rose_Vector-1-removebg-preview.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 50px;
    border: 0;
    position: relative;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #d7d7d7;
    height: 2px;
    top: 22px;
}
hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
}
hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
}