*,
*::before,
*::after {
    box-sizing: border-box;  
}
h4 {
    color: #053763 !important; 
}
p {
    color: #053763 !important; 
}
.lead {
    color: #053763 !important; 
}
.list-group > .list-group-item {
    color: #053763; 
    border-bottom: none;
}
.list-group > .list-group-item:hover {
    cursor: pointer;
    color: #007BFF;
    border-bottom: none; 
}
.list-group > .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.footer-bottom {
    font-size: .813rem;
    line-height: 1.38;
    letter-spacing: normal;
    color: #8c8c8c;
}