.sticky-search {
    top:110px;
    margin-bottom: 20px;
}

.btn-location {
    border-top-right-radius:var(--bs-border-radius-sm); 
    border-bottom-right-radius:var(--bs-border-radius-sm);
}

.card-img-brand {
    height: 120px; 
    vertical-align: middle; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-bottom: 1px solid #96b2ffff;
}

.card-img-brand img {
    width: auto; 
    max-height: 90%;
}