:root {
  --evo-brand-secondary: #8b2a27;
  --evo-brand-accent: #8b2a27;
  --evo-header-background: #fff;
 --evo-row-spacing: 20px;
}

.logo img {
  max-height: 180px !important;
}

body.ex-cookies-policies-v2 .cookiespolicies-banner {
  min-height: 0;
}
body.ex-cookies-policies-v2 .cookiespolicies-banner .container-fluid {
  display: flex;
  align-items: center;
}
body.ex-cookies-policies-v2 .cookiespolicies-buttons {
  position: relative;
  bottom: 0;
  right: 0;
  margin-left: auto;
}
body.ex-cookies-policies-v2 .cookiespolicies-buttons .btn {
  padding: 6px 30px;
  min-height: 0;
}