hr {
        margin-top: 4rem;
        margin-bottom: 3rem;
        border-top: 2px solid #03444A;
        border-bottom: 0px;
}

hr.full {
        width: 100%;
}

hr.semi {
        width: 50%;
}

hr.quarter {
        width: 25%;
}