:root {
  --evo-brand-secondary: #202557;
  --evo-brand-accent: #03ADEF;
  --evo-header-background: #fff;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 300px !important;
    height: auto !important;
    max-height: none !important;
}

.label-danger {
    background-color: #ffffff;
}

footer.footer .logo_container .logo img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}