.page-masthead .row-feature {
height: 250px;
padding: 10px 0;

/*your custom code goes here*/
}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: #1f4c79;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #1f4c79;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
