.main-menu .brand-logo img {
    height: calc(74px + (34 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.main-menu .brand-logo {
    padding-block: 0;
}

.footer-theme .footer-logo img {
    height: unset;
    width: 100%;
}

.theme-color-5 {
    --theme-color: #683d2c;
}