.expressbanking {
    border: solid 3px black;
}

.expressbanking .list-group-item {
    border-bottom: .25em solid #C09366;
    padding: .55em;
    margin-bottom: .5em;
}

.expressbanking .list-group-item:hover {
	background: rgb(225, 170, 116);
}

#express-loan:hover {
    filter: brightness(1.25);
}