.over-hr {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #007acc, #1e90ff);
    margin: 2em 0;
    border-radius: 5px;
}