#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 100px;
}
#header {
    top: 50px;
    height: 110px;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: rgba(26, 24, 22, 0.85);
}
.breadcrumbs {
    padding: 20px 0;
    background-color: #f2f1ef;
    min-height: 40px;
    margin-top: 150px;
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #ffb03b;
    border-color: #ffb03b;
}