.certlogobar {
    /*on home site*/
    padding:1em;
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.certlogobar .logo-eumdr {
    height:auto;
    width:320px;
    max-width: 60%;
}
.certlogobar .logo-iso13485 {
    height:auto;
    width:110px;
    max-width: 30%;
}

footer a {
    /*Stay black on home-site*/
    color:inherit !important;
}