body {
    
}

.text-separator {
    width: 35px;
    height: 2px;
    background: #154A7C;
    margin: 1rem 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #1C5D93;
    color: white !important;
}