/* The supplied logo is kept intact; round clipping removes its white corners. */
.certino-logo {
    display: block;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: contain;
}
.brand .certino-wordmark {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 26px;
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.1;
}
