/* ****************************************************************************
 * Beneficiary landing formatting                                             *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */

hr.separator {
    width: 25%; /* Adjusts the line to take up half the container */
    margin-left: auto;
    margin-right: auto; /* Centers the line horizontally */
    margin-top:30px;
    margin-bottom:30px;
    border: 0;
    border-top: 5px solid WHITE; /* Sets the line color and thickness */
    opacity: 100%;
}
