nav .logo {
    max-width: 230px;
}

footer .logo {
    width: 100%;
    max-width: 250px;
}
.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) { 
    nav .logo {
        max-width: 200px;
    }
}
a[href^=tel] {
    color: #FFF !important;
}

a[href^=tel].text-dark {
    color: var(--bs-body-color) !important;
}

.blockquote-details .font-small{
    font-size: 0.60rem;
}

.mr-15 {
    margin-right: 15px;
}

.cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    background: #fff;
    box-shadow: 0 -0.25rem 1.5rem rgba(30, 34, 40, 0.12);
    padding: 1rem 1.25rem;
    line-height: 1.5;
}
.cookie-bar[hidden] {
    display: none;
}
.cookie-bar-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.cookie-bar-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .cookie-bar-inner {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
img.success {
    max-width: 200px;
    margin-bottom: 50px;
}